pub const AES_SIZE_BYTES: usize = 0x100;
Expand description
Peripheral size for aes 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 #AES_BASE_ADDR and
AES_BASE_ADDR + AES_SIZE_BYTES
.