pub const ALERT_HANDLER_SIZE_BYTES: usize = 0x800;
Expand description
Peripheral size for alert_handler 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 #ALERT_HANDLER_BASE_ADDR and
ALERT_HANDLER_BASE_ADDR + ALERT_HANDLER_SIZE_BYTES
.