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

type W = W<u32, FR>;

Writer for register FR

Methods

impl W[src]

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

Bit 8 - This bit holds the ring indicator.

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

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

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

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

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

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

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

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

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

Bit 3 - This bit holds the busy indicator.

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

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

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

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

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

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