PendsvactW

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

Implementations§

§

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

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

exception is not active

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

exception is active