Type Alias IsrpreemptR
pub type IsrpreemptR = BitReader<Isrpreempt>;Expand description
Field ISRPREEMPT reader - You must only use this at debug time. It
indicates that a pending interrupt becomes active in the next running cycle.
If C_MASKINTS is clear in the Debug Halting Control and Status Register, the
interrupt is serviced
Aliased Type§
pub struct IsrpreemptR { /* private fields */ }