HfrdyR

Type Alias HfrdyR 

pub type HfrdyR = BitReader<Hfrdy>;
Expand description

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

Aliased Type§

pub struct HfrdyR { /* private fields */ }

Implementations§

§

impl HfrdyR

pub const fn variant(&self) -> Hfrdy

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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