Type Alias ForcedW
pub type ForcedW<'a, REG> = BitWriter<'a, REG, Forced>;Expand description
Field FORCED writer - Indicates a forced hard fault, generated by
escalation of a fault with configurable priority that cannot be handles,
either because of priority or because it is disabled
Aliased Type§
pub struct ForcedW<'a, REG> { /* private fields */ }