Type Alias PendsvactW
pub type PendsvactW<'a, REG> = BitWriter<'a, REG, Pendsvact>;Expand description
Field PENDSVACT writer - PendSV exception active bit, reads as 1 if
exception is active
Aliased Type§
pub struct PendsvactW<'a, REG> { /* private fields */ }