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