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

type R = R<u32, INTENSET>;

Reader of register INTENSET

Methods

impl R[src]

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

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

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

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

pub fn txdisen(&self) -> TXDISEN_R[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(&self) -> DELTARXBRKEN_R[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(&self) -> STARTEN_R[src]

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

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

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

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

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

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

Bit 15 - When 1, enables an interrupt when noise is detected. See description of the RXNOISEINT bit in Table 354.

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

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