Module lpc845_pac::usart0::cfg[][src]

Expand description

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

Structs

Field AUTOADDR reader - Automatic Address matching enable.

Field AUTOADDR writer - Automatic Address matching enable.

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

Field CLKPOL reader - Selects the clock polarity and sampling edge of received data in synchronous mode.

Field CLKPOL writer - Selects the clock polarity and sampling edge of received data in synchronous mode.

Field CTSEN reader - CTS Enable. Determines whether CTS is used for flow control. CTS can be from the input pin, or from the USART’s own RTS if loopback mode is enabled.

Field CTSEN writer - CTS Enable. Determines whether CTS is used for flow control. CTS can be from the input pin, or from the USART’s own RTS if loopback mode is enabled.

Field DATALEN reader - Selects the data size for the USART.

Field DATALEN writer - Selects the data size for the USART.

Field ENABLE reader - USART Enable.

Field ENABLE writer - USART Enable.

Field LOOP reader - Selects data loopback mode.

Field LOOP writer - Selects data loopback mode.

Field OEPOL reader - Output Enable Polarity.

Field OEPOL writer - Output Enable Polarity.

Field OESEL reader - Output Enable Select.

Field OESEL writer - Output Enable Select.

Field OETA reader - Output Enable Turnaround time enable for RS-485 operation.

Field OETA writer - Output Enable Turnaround time enable for RS-485 operation.

Field PARITYSEL reader - Selects what type of parity is used by the USART.

Field PARITYSEL writer - Selects what type of parity is used by the USART.

Register CFG reader

Field RXPOL reader - Receive data polarity.

Field RXPOL writer - Receive data polarity.

Field STOPLEN reader - Number of stop bits appended to transmitted data. Only a single stop bit is required for received data.

Field STOPLEN writer - Number of stop bits appended to transmitted data. Only a single stop bit is required for received data.

Field SYNCEN reader - Selects synchronous or asynchronous operation.

Field SYNCEN writer - Selects synchronous or asynchronous operation.

Field SYNCMST reader - Synchronous mode Master select.

Field SYNCMST writer - Synchronous mode Master select.

Field TXPOL reader - Transmit data polarity.

Field TXPOL writer - Transmit data polarity.

Register CFG writer

Enums

Automatic Address matching enable.

Selects the clock polarity and sampling edge of received data in synchronous mode.

CTS Enable. Determines whether CTS is used for flow control. CTS can be from the input pin, or from the USART’s own RTS if loopback mode is enabled.

Selects the data size for the USART.

USART Enable.

Selects data loopback mode.

Output Enable Polarity.

Output Enable Select.

Output Enable Turnaround time enable for RS-485 operation.

Selects what type of parity is used by the USART.

Receive data polarity.

Number of stop bits appended to transmitted data. Only a single stop bit is required for received data.

Selects synchronous or asynchronous operation.

Synchronous mode Master select.

Transmit data polarity.