[][src]Type Definition rp2040::ppb::MPU_CTRL

type MPU_CTRL = Reg<u32, _MPU_CTRL>;

Use the MPU Control Register to enable and disable the MPU, and to control whether the default memory map is enabled as a background region for privileged accesses, and whether the MPU is enabled for HardFaults and NMIs.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see mpu_ctrl module

Trait Implementations

impl Readable for MPU_CTRL[src]

read() method returns mpu_ctrl::R reader structure

impl ResetValue for MPU_CTRL[src]

Register MPU_CTRL reset()'s with value 0

type Type = u32

Register size

impl Writable for MPU_CTRL[src]

write(|w| ..) method takes mpu_ctrl::W writer structure