pub type EPMPDebugConfig = EPMPDebugEnable;
Aliased Type§
enum EPMPDebugConfig {}
Variants§
Trait Implementations
Source§impl EPMPDebugConfig for EPMPDebugEnable
impl EPMPDebugConfig for EPMPDebugEnable
Source§const DEBUG_ENABLE: bool = true
const DEBUG_ENABLE: bool = true
Whether the debug port shall be enabled or not.
Source§const TOR_USER_REGIONS: usize = 4usize
const TOR_USER_REGIONS: usize = 4usize
How many userspace MPU (TOR) regions are available under this
configuration.
Source§const TOR_USER_ENTRIES_OFFSET: usize = 0usize
const TOR_USER_ENTRIES_OFFSET: usize = 0usize
The offset where the user-mode TOR PMP entries start. This counts
“entries”, meaning
pmpaddrX
registers. A single “TOR region” uses two
consecutive “entries”.