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 */ }