IsrpreemptR

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

Implementations§

§

impl IsrpreemptR

pub const fn variant(&self) -> Isrpreempt

Get enumerated values variant

pub fn is_0(&self) -> bool

Will not service

pub fn is_1(&self) -> bool

Will service a pending exception