Type Alias xmc4300::ppb::mpu_ctrl::HFNMIENA_W

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

Field HFNMIENA writer - Enable the operation of MPU during hard fault, NMI, and FAULTMASK handlers

Aliased Type§

struct HFNMIENA_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> HFNMIENA_W<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

MPU is disabled during hard fault, NMI, and FAULTMASK handlers, regardless of the value of the ENABLE bit

source

pub fn value2(self) -> &'a mut W<REG>

the MPU is enabled during hard fault, NMI, and FAULTMASK handlers.