Type Alias rp2040_pac::ppb::mpu_ctrl::HFNMIENA_W

source ·
pub type HFNMIENA_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field HFNMIENA writer - 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_W<'a, REG> { /* private fields */ }