pub const MMIO_BASE_ADDR: usize = 0x40000000;
Expand description
MMIO Region
MMIO region excludes any memory that is separate from the module configuration space, i.e. ROM, main SRAM, and flash are excluded but retention SRAM, spi_device memory, or usbdev memory are included.