Type Alias ForcedR
pub type ForcedR = BitReader<Forced>;Expand description
Field FORCED reader - 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 ForcedR { /* private fields */ }