pub const RV_CORE_IBEX_CFG_SIZE_BYTES: usize = 0x100;
Expand description
Peripheral size for cfg device on rv_core_ibex 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 #RV_CORE_IBEX_CFG_BASE_ADDR and
RV_CORE_IBEX_CFG_BASE_ADDR + RV_CORE_IBEX_CFG_SIZE_BYTES
.