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

type W = W<u32, IER>;

Writer for register IER

Implementations

impl W[src]

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

Bit 0 - Enable RXRDY Interrupt

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

Bit 1 - Enable TXRDY Interrupt

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

Bit 3 - Enable End of Receive Transfer Interrupt

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

Bit 4 - Enable End of Transmit Interrupt

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

Bit 5 - Enable Overrun Error Interrupt

pub fn frame(&mut self) -> FRAME_W<'_>[src]

Bit 6 - Enable Framing Error Interrupt

pub fn pare(&mut self) -> PARE_W<'_>[src]

Bit 7 - Enable Parity Error Interrupt

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

Bit 9 - Enable TXEMPTY Interrupt

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

Bit 11 - Enable Buffer Empty Interrupt

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

Bit 12 - Enable Buffer Full Interrupt