TickintR

Type Alias TickintR 

pub type TickintR = BitReader<Tickint>;
Expand description

Field TICKINT reader - Enables SysTick exception request

Aliased Type§

pub struct TickintR { /* private fields */ }

Implementations§

§

impl TickintR

pub const fn variant(&self) -> Tickint

Get enumerated values variant

pub fn is_0(&self) -> bool

counting down to 0 does not assert the SysTick exception request

pub fn is_1(&self) -> bool

counting down to 0 asserts the SysTick exception request