pub const KEYMGR_SIZE_BYTES: usize = 0x100;
Expand description
Peripheral size for keymgr 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 #KEYMGR_BASE_ADDR and
KEYMGR_BASE_ADDR + KEYMGR_SIZE_BYTES
.