[][src]Type Definition atsam4sd32c_pac::usart1::csr_spi_mode::R

type R = R<u32, CSR_SPI_MODE>;

Reader of register CSR_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 endrx(&self) -> ENDRX_R[src]

Bit 3 - End of RX Buffer (cleared by writing US_RCR or US_RNCR)

pub fn endtx(&self) -> ENDTX_R[src]

Bit 4 - End of TX Buffer (cleared by writing US_TCR or US_TNCR)

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 unre(&self) -> UNRE_R[src]

Bit 10 - Underrun Error (cleared by writing a one to bit US_CR.RSTSTA)

pub fn txbufe(&self) -> TXBUFE_R[src]

Bit 11 - TX Buffer Empty (cleared by writing US_TCR or US_TNCR)

pub fn rxbuff(&self) -> RXBUFF_R[src]

Bit 12 - RX Buffer Full (cleared by writing US_RCR or US_RNCR)