[][src]Type Definition lpc82x_pac::usart0::intenset::W

type W = W<u32, INTENSET>;

Writer for register INTENSET

Methods

impl W[src]

pub fn rxrdyen(&mut self) -> RXRDYEN_W[src]

Bit 0 - When 1, enables an interrupt when there is a received character available to be read from the RXDAT register.

pub fn txrdyen(&mut self) -> TXRDYEN_W[src]

Bit 2 - When 1, enables an interrupt when the TXDAT register is available to take another character to transmit.

pub fn txidleen(&mut self) -> TXIDLEEN_W[src]

Bit 3 - When 1, enables an interrupt when the transmitter becomes idle (TXIDLE = 1).

pub fn deltactsen(&mut self) -> DELTACTSEN_W[src]

Bit 5 - When 1, enables an interrupt when there is a change in the state of the CTS input.

pub fn txdisen(&mut self) -> TXDISEN_W[src]

Bit 6 - When 1, enables an interrupt when the transmitter is fully disabled as indicated by the TXDISINT flag in STAT. See description of the TXDISINT bit for details.

pub fn overrunen(&mut self) -> OVERRUNEN_W[src]

Bit 8 - When 1, enables an interrupt when an overrun error occurred.

pub fn deltarxbrken(&mut self) -> DELTARXBRKEN_W[src]

Bit 11 - When 1, enables an interrupt when a change of state has occurred in the detection of a received break condition (break condition asserted or deasserted).

pub fn starten(&mut self) -> STARTEN_W[src]

Bit 12 - When 1, enables an interrupt when a received start bit has been detected.

pub fn framerren(&mut self) -> FRAMERREN_W[src]

Bit 13 - When 1, enables an interrupt when a framing error has been detected.

pub fn parityerren(&mut self) -> PARITYERREN_W[src]

Bit 14 - When 1, enables an interrupt when a parity error has been detected.

pub fn rxnoiseen(&mut self) -> RXNOISEEN_W[src]

Bit 15 - When 1, enables an interrupt when noise is detected.

pub fn aberren(&mut self) -> ABERREN_W[src]

Bit 16 - When 1, enables an interrupt when an autobaud error occurs.