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