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

type R = R<u32, UARTRSR_UARTECR>;

Reader of register UARTRSR_UARTECR

Methods

impl R[src]

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

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

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

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

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

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

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

Bit 3 - Overrunerror: Indicates if data is received and the receive FIFO is already full.