TickintW

Type Alias TickintW 

pub type TickintW<'a, REG> = BitWriter<'a, REG, Tickint>;
Expand description

Field TICKINT writer - Enables SysTick exception request

Aliased Type§

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

Implementations§

§

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

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

counting down to 0 does not assert the SysTick exception request

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

counting down to 0 asserts the SysTick exception request