[][src]Type Definition muscab1_pac::uart0::uartcr::R

type R = R<u32, UARTCR>;

Reader of register UARTCR

Methods

impl R[src]

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

Bit 0 - UART enable

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

Bit 1 - SIR enable

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

Bit 2 - IrDA SIR low power mode

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

Bit 7 - Loop back enable

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

Bit 8 - Transmit enable

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

Bit 9 - Receive enable

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

Bit 10 - Data transmit ready

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

Bit 11 - Request to send

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

Bit 12 - Complement of the UART Out1

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

Bit 13 - Complement of the UART Out2

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

Bit 14 - RTS hardware flow control enable

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

Bit 15 - CTS hardware flow control enable