Struct esp32c2_hal::riscv::register::Pmpcsr
pub struct Pmpcsr {
pub bits: usize,
}Fields§
§bits: usizeHolds the raw contents of a PMP CSR Register
Implementations§
§impl Pmpcsr
impl Pmpcsr
pub fn into_config(&self, index: usize) -> Pmp
pub fn into_config(&self, index: usize) -> Pmp
Take the register contents and translate into a Pmp configuration struct