Type Alias xmc4300::ppb::mpu_ctrl::HfnmienaW

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

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

Aliased Type§

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

Implementations§

source§

impl<'a, REG> HfnmienaW<'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.