TcfR

Type Alias TcfR 

pub type TcfR = BitReader<Tcf>;
Expand description

Field TCF reader - Timer Compare Flag

Aliased Type§

pub struct TcfR { /* private fields */ }

Implementations§

§

impl TcfR

pub const fn variant(&self) -> Tcf

Get enumerated values variant

pub fn is_0(&self) -> bool

The value of CNR is not equal to CMR and increments.

pub fn is_1(&self) -> bool

The value of CNR is equal to CMR and increments.