Type Alias xmc4800::ppb::syst_csr::TickintR

source ·
pub type TickintR = BitReader<Tickint>;
Expand description

Field TICKINT reader - Tick Interrupt Enable

Aliased Type§

struct TickintR { /* private fields */ }

Implementations§

source§

impl TickintR

source

pub const fn variant(&self) -> Tickint

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

counting down to zero does not assert the SysTick exception request

source

pub fn is_value2(&self) -> bool

counting down to zero to asserts the SysTick exception request.