Type Alias rp2040_pac::ppb::MPU_CTRL

source ·
pub type MPU_CTRL = Reg<MPU_CTRL_SPEC>;
Expand description

MPU_CTRL (rw) register accessor: 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.

You can read this register and get mpu_ctrl::R. You can reset, write, write_with_zero this register using mpu_ctrl::W. You can also modify this register. See API.

For information about available fields see mpu_ctrl module

Aliased Type§

struct MPU_CTRL { /* private fields */ }