R

Type Alias R 

pub type R = R<FifoSpec>;
Expand description

Register FIFO reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

§

impl R

pub fn rxfifosize(&self) -> RxfifosizeR

Bits 0:2 - Receive FIFO. Buffer Depth

pub fn rxfe(&self) -> RxfeR

Bit 3 - Receive FIFO Enable

pub fn txfifosize(&self) -> TxfifosizeR

Bits 4:6 - Transmit FIFO. Buffer Depth

pub fn txfe(&self) -> TxfeR

Bit 7 - Transmit FIFO Enable

pub fn rxufe(&self) -> RxufeR

Bit 8 - Receive FIFO Underflow Interrupt Enable

pub fn txofe(&self) -> TxofeR

Bit 9 - Transmit FIFO Overflow Interrupt Enable

pub fn rxiden(&self) -> RxidenR

Bits 10:12 - Receiver Idle Empty Enable

pub fn rxuf(&self) -> RxufR

Bit 16 - Receiver Buffer Underflow Flag

pub fn txof(&self) -> TxofR

Bit 17 - Transmitter Buffer Overflow Flag

pub fn rxempt(&self) -> RxemptR

Bit 22 - Receive Buffer/FIFO Empty

pub fn txempt(&self) -> TxemptR

Bit 23 - Transmit Buffer/FIFO Empty