pub const RV_DM_MEM_SIZE_BYTES: usize = 0x1000;
Expand description
Peripheral size for mem 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_MEM_BASE_ADDR and
RV_DM_MEM_BASE_ADDR + RV_DM_MEM_SIZE_BYTES
.