SystickactR

Type Alias SystickactR 

pub type SystickactR = BitReader<Systickact>;
Expand description

Field SYSTICKACT reader - SysTick exception active bit, reads as 1 if exception is active

Aliased Type§

pub struct SystickactR { /* private fields */ }

Implementations§

§

impl SystickactR

pub const fn variant(&self) -> Systickact

Get enumerated values variant

pub fn is_0(&self) -> bool

exception is not active

pub fn is_1(&self) -> bool

exception is active