pub const FLASH_CTRL_CORE_SIZE_BYTES: usize = 0x200;
Expand description
Peripheral size for core device on flash_ctrl in top earlgrey.
This is the size (in bytes) of the peripheral’s reserved memory area. All
memory-mapped registers associated with this peripheral should have an
address between #FLASH_CTRL_CORE_BASE_ADDR and
FLASH_CTRL_CORE_BASE_ADDR + FLASH_CTRL_CORE_SIZE_BYTES
.