pub const PATTGEN_SIZE_BYTES: usize = 0x40;
Expand description
Peripheral size for pattgen 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 #PATTGEN_BASE_ADDR and
PATTGEN_BASE_ADDR + PATTGEN_SIZE_BYTES
.