pub const PINMUX_AON_SIZE_BYTES: usize = 0x1000;
Expand description
Peripheral size for pinmux_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 #PINMUX_AON_BASE_ADDR and
PINMUX_AON_BASE_ADDR + PINMUX_AON_SIZE_BYTES
.