Type Alias rp2040_pac::ppb::mpu_ctrl::HFNMIENA_R

source ·
pub type HFNMIENA_R = BitReader;
Expand description

Field HFNMIENA reader - Controls the use of the MPU for HardFaults and NMIs. Setting this bit when ENABLE is clear results in UNPREDICTABLE behaviour.
When the MPU is enabled:
0 = MPU is disabled during HardFault and NMI handlers, regardless of the value of the ENABLE bit.
1 = the MPU is enabled during HardFault and NMI handlers.

Aliased Type§

struct HFNMIENA_R { /* private fields */ }