[][src]Type Definition ambiq_apollo1_pac::uart::fr::R

type R = R<u32, FR>;

Reader of register FR

Methods

impl R[src]

pub fn ri(&self) -> RI_R[src]

Bit 8 - This bit holds the ring indicator.

pub fn txfe(&self) -> TXFE_R[src]

Bit 7 - This bit holds the transmit FIFO empty indicator.

pub fn rxff(&self) -> RXFF_R[src]

Bit 6 - This bit holds the receive FIFO full indicator.

pub fn txff(&self) -> TXFF_R[src]

Bit 5 - This bit holds the transmit FIFO full indicator.

pub fn rxfe(&self) -> RXFE_R[src]

Bit 4 - This bit holds the receive FIFO empty indicator.

pub fn busy(&self) -> BUSY_R[src]

Bit 3 - This bit holds the busy indicator.

pub fn dcd(&self) -> DCD_R[src]

Bit 2 - This bit holds the data carrier detect indicator.

pub fn dsr(&self) -> DSR_R[src]

Bit 1 - This bit holds the data set ready indicator.

pub fn cts(&self) -> CTS_R[src]

Bit 0 - This bit holds the clear to send indicator.