Constant ROM_CTRL_REGS_SIZE_BYTES

Source
pub const ROM_CTRL_REGS_SIZE_BYTES: usize = 0x80;
Expand description

Peripheral size for regs device on rom_ctrl 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 #ROM_CTRL_REGS_BASE_ADDR and ROM_CTRL_REGS_BASE_ADDR + ROM_CTRL_REGS_SIZE_BYTES.