pub const RV_PLIC_SIZE_BYTES: usize = 0x8000000;
Expand description
Peripheral size for rv_plic 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_PLIC_BASE_ADDR and
RV_PLIC_BASE_ADDR + RV_PLIC_SIZE_BYTES
.