Module lpc845_pac::usart0::intenset[][src]

Expand description

Interrupt Enable read and Set register. Contains an individual interrupt enable bit for each potential USART interrupt. A complete value may be read from this register. Writing a 1 to any implemented bit position causes that bit to be set.

Structs

Field ABERREN reader - When 1, enables an interrupt when an autobaud error occurs.

Field ABERREN writer - When 1, enables an interrupt when an autobaud error occurs.

Field DELTACTSEN reader - When 1, enables an interrupt when there is a change in the state of the CTS input.

Field DELTACTSEN writer - When 1, enables an interrupt when there is a change in the state of the CTS input.

Field DELTARXBRKEN reader - 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).

Field DELTARXBRKEN writer - 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).

Field FRAMERREN reader - When 1, enables an interrupt when a framing error has been detected.

Field FRAMERREN writer - When 1, enables an interrupt when a framing error has been detected.

Interrupt Enable read and Set register. Contains an individual interrupt enable bit for each potential USART interrupt. A complete value may be read from this register. Writing a 1 to any implemented bit position causes that bit to be set.

Field OVERRUNEN reader - When 1, enables an interrupt when an overrun error occurred.

Field OVERRUNEN writer - When 1, enables an interrupt when an overrun error occurred.

Field PARITYERREN reader - When 1, enables an interrupt when a parity error has been detected.

Field PARITYERREN writer - When 1, enables an interrupt when a parity error has been detected.

Register INTENSET reader

Field RXNOISEEN reader - When 1, enables an interrupt when noise is detected.

Field RXNOISEEN writer - When 1, enables an interrupt when noise is detected.

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

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

Field STARTEN reader - When 1, enables an interrupt when a received start bit has been detected.

Field STARTEN writer - When 1, enables an interrupt when a received start bit has been detected.

Field TXDISEN reader - 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.

Field TXDISEN writer - 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.

Field TXIDLEEN reader - When 1, enables an interrupt when the transmitter becomes idle (TXIDLE = 1).

Field TXIDLEEN writer - When 1, enables an interrupt when the transmitter becomes idle (TXIDLE = 1).

Field TXRDYEN reader - When 1, enables an interrupt when the TXDAT register is available to take another character to transmit.

Field TXRDYEN writer - When 1, enables an interrupt when the TXDAT register is available to take another character to transmit.

Register INTENSET writer