Constant ROM_CTRL_REGS_BASE_ADDR

Source
pub const ROM_CTRL_REGS_BASE_ADDR: usize = 0x411E0000;
Expand description

Peripheral base address for regs device on rom_ctrl in top earlgrey.

This should be used with #mmio_region_from_addr to access the memory-mapped registers associated with the peripheral (usually via a DIF).