Struct esp32c2_hal::riscv::register::Pmp
pub struct Pmp {
pub byte: u8,
pub permission: Permission,
pub range: Range,
pub locked: bool,
}Expand description
Pmp struct holds a high-level representation of a single pmp configuration
Fields§
§byte: u8raw bits
permission: PermissionCurrent PMP Permission
range: RangeCurrent PMP Range
locked: boolIs PMP locked?