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