PendsvsetW

Type Alias PendsvsetW 

pub type PendsvsetW<'a, REG> = BitWriter<'a, REG, Pendsvset>;
Expand description

Field PENDSVSET writer - PendSV set-pending bit

Aliased Type§

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

Implementations§

§

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

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

write: no effect; read: PendSV exception is not pending

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

write: changes PendSV exception state to pending; read: PendSV exception is pending