Struct cortexm4::mpu::MPU [] [src]

pub struct MPU(*const Registers);

Constructor field is private to limit who can create a new MPU

Methods

impl MPU
[src]

[src]

Trait Implementations

impl MPU for MPU
[src]

[src]

Enable the MPU. Read more

[src]

Completely disable the MPU.

[src]

Creates a new MPU-specific memory protection region Read more

[src]

Sets the base address, size and access attributes of the given MPU region number. Read more