[][src]Module lpc81x_pac::usart0

USART

Modules

brg

Baud Rate Generator register. 16-bit integer baud rate divisor value.

cfg

USART Configuration register. Basic USART configuration settings that typically are not changed during operation.

ctrl

USART Control register. USART control settings that are more likely to change during operation.

intenclr

Interrupt Enable Clear register. Allows clearing any combination of bits in the INTENSET register. Writing a 1 to any implemented bit position causes the corresponding bit to be cleared.

intenset

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.

intstat

Interrupt status register. Reflects interrupts that are currently enabled.

rxdata

Receiver Data register. Contains the last character received.

rxdatastat

Receiver Data with Status register. Combines the last character received with the current USART receive status. Allows software to recover incoming data and status together.

stat

USART Status register. The complete status value can be read here. Writing 1s clears some bits in the register. Some bits can be cleared by writing a 1 to them.

txdata

Transmit Data register. Data to be transmitted is written here.

Structs

BRG

Baud Rate Generator register. 16-bit integer baud rate divisor value.

CFG

USART Configuration register. Basic USART configuration settings that typically are not changed during operation.

CTRL

USART Control register. USART control settings that are more likely to change during operation.

INTENCLR

Interrupt Enable Clear register. Allows clearing any combination of bits in the INTENSET register. Writing a 1 to any implemented bit position causes the corresponding bit to be cleared.

INTENSET

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.

INTSTAT

Interrupt status register. Reflects interrupts that are currently enabled.

RXDATA

Receiver Data register. Contains the last character received.

RXDATASTAT

Receiver Data with Status register. Combines the last character received with the current USART receive status. Allows software to recover incoming data and status together.

RegisterBlock

Register block

STAT

USART Status register. The complete status value can be read here. Writing 1s clears some bits in the register. Some bits can be cleared by writing a 1 to them.

TXDATA

Transmit Data register. Data to be transmitted is written here.