TefR

Type Alias TefR 

pub type TefR = BitReader<Tef>;
Expand description

Field TEF reader - Transmit Error Flag

Aliased Type§

pub struct TefR { /* private fields */ }

Implementations§

§

impl TefR

pub const fn variant(&self) -> Tef

Get enumerated values variant

pub fn is_0(&self) -> bool

Transmit FIFO underrun has not occurred.

pub fn is_1(&self) -> bool

Transmit FIFO underrun has occurred