Module mpu

Source
Expand description

Interface for configuring the Memory Protection Unit.

Structs§

MpuConfigDefault
Null type for the default type of the MpuConfig type in an implementation of the MPU trait.
Region
MPU region.

Enums§

Permissions
User mode access permissions.

Traits§

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