[][src]Type Definition atsame70j21b::usart0::us_csr_usart_lin_mode::R

type R = R<u32, US_CSR_USART_LIN_MODE>;

Reader of register US_CSR_USART_LIN_MODE

Implementations

impl R[src]

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

Bit 0 - Receiver Ready (cleared by reading US_RHR)

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

Bit 1 - Transmitter Ready (cleared by writing US_THR)

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

Bit 5 - Overrun Error (cleared by writing a one to bit US_CR.RSTSTA)

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

Bit 6 - Framing Error (cleared by writing a one to bit US_CR.RSTSTA)

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

Bit 7 - Parity Error (cleared by writing a one to bit US_CR.RSTSTA)

pub fn timeout(&self) -> TIMEOUT_R[src]

Bit 8 - Receiver Timeout (cleared by writing a one to bit US_CR.STTTO)

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

Bit 9 - Transmitter Empty (cleared by writing US_THR)

pub fn riic(&self) -> RIIC_R[src]

Bit 16 - Ring Indicator Input Change Flag (cleared on read)

pub fn dsric(&self) -> DSRIC_R[src]

Bit 17 - Data Set Ready Input Change Flag (cleared on read)

pub fn dcdic(&self) -> DCDIC_R[src]

Bit 18 - Data Carrier Detect Input Change Flag (cleared on read)