[][src]Type Definition atsam4sd32c_pac::ssc::ier::W

type W = W<u32, IER>;

Writer for register IER

Implementations

impl W[src]

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

Bit 0 - Transmit Ready Interrupt Enable

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

Bit 1 - Transmit Empty Interrupt Enable

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

Bit 2 - End of Transmission Interrupt Enable

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

Bit 3 - Transmit Buffer Empty Interrupt Enable

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

Bit 4 - Receive Ready Interrupt Enable

pub fn ovrun(&mut self) -> OVRUN_W<'_>[src]

Bit 5 - Receive Overrun Interrupt Enable

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

Bit 6 - End of Reception Interrupt Enable

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

Bit 7 - Receive Buffer Full Interrupt Enable

pub fn cp0(&mut self) -> CP0_W<'_>[src]

Bit 8 - Compare 0 Interrupt Enable

pub fn cp1(&mut self) -> CP1_W<'_>[src]

Bit 9 - Compare 1 Interrupt Enable

pub fn txsyn(&mut self) -> TXSYN_W<'_>[src]

Bit 10 - Tx Sync Interrupt Enable

pub fn rxsyn(&mut self) -> RXSYN_W<'_>[src]

Bit 11 - Rx Sync Interrupt Enable