Module kernel::platform::mpu

source ·
Expand description

Interface for configuring the Memory Protection Unit.

Structs

  • Null type for the default type of the MpuConfig type in an implementation of the MPU trait. This custom type allows us to implement Display with an empty implementation to meet the constraint on type MpuConfig.
  • MPU region.

Enums

Traits

  • The generic trait that particular memory protection unit implementations need to implement.