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

type R = R<u32, IMR_SPI_MODE>;

Reader of register IMR_SPI_MODE

Implementations

impl R[src]

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

Bit 0 - RXRDY Interrupt Mask

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

Bit 1 - TXRDY Interrupt Mask

pub fn endrx(&self) -> ENDRX_R[src]

Bit 3 - End of Receive Buffer Interrupt Mask

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

Bit 4 - End of Transmit Buffer Interrupt Mask

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

Bit 5 - Overrun Error Interrupt Mask

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

Bit 9 - TXEMPTY Interrupt Mask

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

Bit 10 - SPI Underrun Error Interrupt Mask

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

Bit 11 - Transmit Buffer Empty Interrupt Mask

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

Bit 12 - Receive Buffer Full Interrupt Mask