Type Alias EPMPDebugConfig

Source
pub type EPMPDebugConfig = EPMPDebugEnable;

Aliased Type§

enum EPMPDebugConfig {}

Variants§

Trait Implementations

Source§

impl EPMPDebugConfig for EPMPDebugEnable

Source§

const DEBUG_ENABLE: bool = true

Whether the debug port shall be enabled or not.
Source§

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

The offset where the user-mode TOR PMP entries start. This counts “entries”, meaning pmpaddrX registers. A single “TOR region” uses two consecutive “entries”.