TcR

Type Alias TcR 

pub type TcR = BitReader<Tc>;
Expand description

Field TC reader - Transmission Complete Flag

Aliased Type§

pub struct TcR { /* private fields */ }

Implementations§

§

impl TcR

pub const fn variant(&self) -> Tc

Get enumerated values variant

pub fn is_0(&self) -> bool

Transmitter active (sending data, a preamble, or a break).

pub fn is_1(&self) -> bool

Transmitter idle (transmission activity complete).