TcfR

Type Alias TcfR 

pub type TcfR = BitReader<Tcf>;
Expand description

Field TCF reader - Transfer Complete 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

All transfers have not completed.

pub fn is_1(&self) -> bool

All transfers have completed.