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

type W = W<u32, INTENSET>;

Writer for register INTENSET

Implementations

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.