Tif0R

Type Alias Tif0R 

pub type Tif0R = BitReader<Tif0>;
Expand description

Field TIF0 reader - Channel 0 Timer Interrupt Flag

Aliased Type§

pub struct Tif0R { /* private fields */ }

Implementations§

§

impl Tif0R

pub const fn variant(&self) -> Tif0

Get enumerated values variant

pub fn is_0(&self) -> bool

Timer has not timed out

pub fn is_1(&self) -> bool

Timeout has occurred