pub const AES_BASE_ADDR: usize = 0x41100000;
Expand description
Peripheral base address for aes in top earlgrey.
This should be used with #mmio_region_from_addr to access the memory-mapped registers associated with the peripheral (usually via a DIF).