pub const OTBN_SIZE_BYTES: usize = 0x10000;
Expand description
Peripheral size for otbn 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 #OTBN_BASE_ADDR and
OTBN_BASE_ADDR + OTBN_SIZE_BYTES
.