pub const FLASH_CTRL_MEM_SIZE_BYTES: usize = 0x100000;
Expand description
Peripheral size for mem 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_MEM_BASE_ADDR and
FLASH_CTRL_MEM_BASE_ADDR + FLASH_CTRL_MEM_SIZE_BYTES
.