[][src]Type Definition atsame70j20b::uart0::uart_sr::R

type R = R<u32, UART_SR>;

Reader of register UART_SR

Implementations

impl R[src]

pub fn rxrdy(&self) -> RXRDY_R[src]

Bit 0 - Receiver Ready

pub fn txrdy(&self) -> TXRDY_R[src]

Bit 1 - Transmitter Ready

pub fn ovre(&self) -> OVRE_R[src]

Bit 5 - Overrun Error

pub fn frame(&self) -> FRAME_R[src]

Bit 6 - Framing Error

pub fn pare(&self) -> PARE_R[src]

Bit 7 - Parity Error

pub fn txempty(&self) -> TXEMPTY_R[src]

Bit 9 - Transmitter Empty

pub fn cmp(&self) -> CMP_R[src]

Bit 15 - Comparison Match