Type Alias rp2040_pac::ppb::mpu_ctrl::ENABLE_R

source ·
pub type ENABLE_R = BitReader;
Expand description

Field ENABLE reader - Enables the MPU. If the MPU is disabled, privileged and unprivileged accesses use the default memory map.
0 = MPU disabled.
1 = MPU enabled.

Aliased Type§

struct ENABLE_R { /* private fields */ }