Type Definition atsame70n20b_pac::usart0::us_csr_lin_mode::R[][src]

type R = R<u32, US_CSR_LIN_MODE>;

Reader of register US_CSR_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 linbk(&self) -> LINBK_R[src]

Bit 13 - LIN Break Sent or LIN Break Received

pub fn linid(&self) -> LINID_R[src]

Bit 14 - LIN Identifier Sent or LIN Identifier Received

pub fn lintc(&self) -> LINTC_R[src]

Bit 15 - LIN Transfer Completed

pub fn linbls(&self) -> LINBLS_R[src]

Bit 23 - LIN Bus Line Status

pub fn linbe(&self) -> LINBE_R[src]

Bit 25 - LIN Bus Error

pub fn linisfe(&self) -> LINISFE_R[src]

Bit 26 - LIN Inconsistent Synch Field Error

pub fn linipe(&self) -> LINIPE_R[src]

Bit 27 - LIN Identifier Parity Error

pub fn lince(&self) -> LINCE_R[src]

Bit 28 - LIN Checksum Error

pub fn linsnre(&self) -> LINSNRE_R[src]

Bit 29 - LIN Slave Not Responding Error Interrupt Mask

pub fn linste(&self) -> LINSTE_R[src]

Bit 30 - LIN Synch Tolerance Error

pub fn linhte(&self) -> LINHTE_R[src]

Bit 31 - LIN Header Timeout Error