[][src]Type Definition atsame70j21b::uart0::uart_ier::W

type W = W<u32, UART_IER>;

Writer for register UART_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 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 cmp(&mut self) -> CMP_W[src]

Bit 15 - Enable Comparison Interrupt