pub const RSTMGR_AON_SIZE_BYTES: usize = 0x80;
Expand description
Peripheral size for rstmgr_aon 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 #RSTMGR_AON_BASE_ADDR and
RSTMGR_AON_BASE_ADDR + RSTMGR_AON_SIZE_BYTES
.