TxofeR

Type Alias TxofeR 

pub type TxofeR = BitReader<Txofe>;
Expand description

Field TXOFE reader - Transmit FIFO Overflow Interrupt Enable

Aliased Type§

pub struct TxofeR { /* private fields */ }

Implementations§

§

impl TxofeR

pub const fn variant(&self) -> Txofe

Get enumerated values variant

pub fn is_0(&self) -> bool

TXOF flag does not generate an interrupt to the host.

pub fn is_1(&self) -> bool

TXOF flag generates an interrupt to the host.