TiieR

Type Alias TiieR 

pub type TiieR = BitReader<Tiie>;
Expand description

Field TIIE reader - Time Invalid Interrupt Enable

Aliased Type§

pub struct TiieR { /* private fields */ }

Implementations§

§

impl TiieR

pub const fn variant(&self) -> Tiie

Get enumerated values variant

pub fn is_0(&self) -> bool

Time invalid flag does not generate an interrupt.

pub fn is_1(&self) -> bool

Time invalid flag does generate an interrupt.