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

type W = W<u32, INTENSET>;

Writer for register INTENSET

Methods

impl W[src]

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 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. See description of the RXNOISEINT bit in Table 354.

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

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