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