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

type W = W<u32, UARTDR>;

Writer for register UARTDR

Methods

impl W[src]

pub fn data(&mut self) -> DATA_W[src]

Bits 0:7 - Receive/Transmit data

pub fn fe(&mut self) -> FE_W[src]

Bit 8 - Framing error: Indicates the received character did not had a valid stop bit

pub fn pe(&mut self) -> PE_W[src]

Bit 9 - Parity error: Indicates that the parity of the received data character does not match the parity selected

pub fn be(&mut self) -> BE_W[src]

Bit 10 - Break error: Indicates that the received data input was held LOW for longer than a full-word transmission time

pub fn oe(&mut self) -> OE_W[src]

Bit 11 - Overrun error: Indicates if data is received and the receive FIFO is already full.