pub const FLASH_CTRL_PRIM_SIZE_BYTES: usize = 0x80;
Expand description
Peripheral size for prim 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_PRIM_BASE_ADDR and
FLASH_CTRL_PRIM_BASE_ADDR + FLASH_CTRL_PRIM_SIZE_BYTES
.