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

type R = R<u32, CR>;

Reader of register CR

Methods

impl R[src]

pub fn ctsen(&self) -> CTSEN_R[src]

Bit 15 - This bit enables CTS hardware flow control.

pub fn rtsen(&self) -> RTSEN_R[src]

Bit 14 - This bit enables RTS hardware flow control.

pub fn out2(&self) -> OUT2_R[src]

Bit 13 - This bit holds modem Out2.

pub fn out1(&self) -> OUT1_R[src]

Bit 12 - This bit holds modem Out1.

pub fn rts(&self) -> RTS_R[src]

Bit 11 - This bit enables request to send.

pub fn dtr(&self) -> DTR_R[src]

Bit 10 - This bit enables data transmit ready.

pub fn rxe(&self) -> RXE_R[src]

Bit 9 - This bit is the receive enable.

pub fn txe(&self) -> TXE_R[src]

Bit 8 - This bit is the transmit enable.

pub fn lbe(&self) -> LBE_R[src]

Bit 7 - This bit is the loopback enable.

pub fn clksel(&self) -> CLKSEL_R[src]

Bits 4:6 - This bitfield is the UART clock select.

pub fn clken(&self) -> CLKEN_R[src]

Bit 3 - This bit is the UART clock enable.

pub fn sirlp(&self) -> SIRLP_R[src]

Bit 2 - This bit is the SIR low power select.

pub fn siren(&self) -> SIREN_R[src]

Bit 1 - This bit is the SIR ENDEC enable.

pub fn uarten(&self) -> UARTEN_R[src]

Bit 0 - This bit is the UART enable.