PendstsetW

Type Alias PendstsetW 

pub type PendstsetW<'a, REG> = BitWriter<'a, REG, Pendstset>;
Expand description

Field PENDSTSET writer - SysTick exception set-pending bit

Aliased Type§

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

Implementations§

§

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

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

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

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

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