Expand description
Interface for configuring the Memory Protection Unit.
Structs§
- Null type for the default type of the
MpuConfig
type in an implementation of theMPU
trait. This custom type allows us to implementDisplay
with an empty implementation to meet the constraint ontype MpuConfig
. - MPU region.
Enums§
- User mode access permissions.
Traits§
- The generic trait that particular memory protection unit implementations need to implement.