Type Definition atsam4s16b_pac::usart1::ier_spi_mode::W[][src]

type W = W<u32, IER_SPI_MODE>;

Writer for register IER_SPI_MODE

Implementations

impl W[src]

pub fn rxrdy(&mut self) -> RXRDY_W<'_>[src]

Bit 0 - RXRDY Interrupt Enable

pub fn txrdy(&mut self) -> TXRDY_W<'_>[src]

Bit 1 - TXRDY Interrupt Enable

pub fn endrx(&mut self) -> ENDRX_W<'_>[src]

Bit 3

pub fn endtx(&mut self) -> ENDTX_W<'_>[src]

Bit 4

pub fn ovre(&mut self) -> OVRE_W<'_>[src]

Bit 5 - Overrun Error Interrupt Enable

pub fn txempty(&mut self) -> TXEMPTY_W<'_>[src]

Bit 9 - TXEMPTY Interrupt Enable

pub fn unre(&mut self) -> UNRE_W<'_>[src]

Bit 10 - SPI Underrun Error Interrupt Enable

pub fn txbufe(&mut self) -> TXBUFE_W<'_>[src]

Bit 11

pub fn rxbuff(&mut self) -> RXBUFF_W<'_>[src]

Bit 12