SvcallpendedR

Type Alias SvcallpendedR 

pub type SvcallpendedR = BitReader<Svcallpended>;
Expand description

Field SVCALLPENDED reader - SVCall pending bit, reads as 1 if exception is pending

Aliased Type§

pub struct SvcallpendedR { /* private fields */ }

Implementations§

§

impl SvcallpendedR

pub const fn variant(&self) -> Svcallpended

Get enumerated values variant

pub fn is_0(&self) -> bool

exception is not pending

pub fn is_1(&self) -> bool

exception is pending