TieR

Type Alias TieR 

pub type TieR = BitReader<Tie>;
Expand description

Field TIE reader - Transmit Interrupt Enable

Aliased Type§

pub struct TieR { /* private fields */ }

Implementations§

§

impl TieR

pub const fn variant(&self) -> Tie

Get enumerated values variant

pub fn is_0(&self) -> bool

Hardware interrupts from TDRE disabled; use polling.

pub fn is_1(&self) -> bool

Hardware interrupt requested when TDRE flag is 1.