pub const AON_TIMER_AON_SIZE_BYTES: usize = 0x40;
Expand description
Peripheral size for aon_timer_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 #AON_TIMER_AON_BASE_ADDR and
AON_TIMER_AON_BASE_ADDR + AON_TIMER_AON_SIZE_BYTES
.