SvcallpendedW

Type Alias SvcallpendedW 

pub type SvcallpendedW<'a, REG> = BitWriter<'a, REG, Svcallpended>;
Expand description

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

Aliased Type§

pub struct SvcallpendedW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> SvcallpendedW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

exception is not pending

pub fn _1(self) -> &'a mut W<REG>

exception is pending