pub const RV_DM_REGS_SIZE_BYTES: usize = 0x4;
Expand description
Peripheral size for regs device on rv_dm 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_DM_REGS_BASE_ADDR and
RV_DM_REGS_BASE_ADDR + RV_DM_REGS_SIZE_BYTES
.