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

type W = W<u32, UARTCR>;

Writer for register UARTCR

Methods

impl W[src]

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

Bit 0 - UART enable

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

Bit 1 - SIR enable

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

Bit 2 - IrDA SIR low power mode

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

Bit 7 - Loop back enable

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

Bit 8 - Transmit enable

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

Bit 9 - Receive enable

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

Bit 10 - Data transmit ready

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

Bit 11 - Request to send

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

Bit 12 - Complement of the UART Out1

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

Bit 13 - Complement of the UART Out2

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

Bit 14 - RTS hardware flow control enable

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

Bit 15 - CTS hardware flow control enable