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

type R = R<u32, US_CSR_LON_SPI_MODE>;

Reader of register US_CSR_LON_SPI_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 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)

pub fn unre(&self) -> UNRE_R[src]

Bit 10 - SPI Underrun Error