HfrdyW

Type Alias HfrdyW 

pub type HfrdyW<'a, REG> = BitWriter<'a, REG, Hfrdy>;
Expand description

Field HFRDY writer - Permission to set the HardFault handler to the pending state when the floating-point stack frame was allocated.

Aliased Type§

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

Implementations§

§

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

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

Priority did not permit setting the HardFault handler to the pending state when the floating-point stack frame was allocated.

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

Priority permitted setting the HardFault handler to the pending state when the floating-point stack frame was allocated.