Data Fields
CSL_UartConfig Struct Reference

UART Config structure The members of this structure directly maps to a particular register of UART. More...

#include <csl_uart.h>

Data Fields

Uint16 DLL
Uint16 DLH
Uint16 LCR
Uint16 FCR
Uint16 MCR

Detailed Description

UART Config structure The members of this structure directly maps to a particular register of UART.


Field Documentation

DLH holds most significant bits of the divisor

Referenced by UART_config(), and UART_getConfig().

DLL holds least significant bits of the divisor

Referenced by UART_config(), and UART_getConfig().

FCR controls fifo enable/disable,trigger level selection,dma selection

Referenced by UART_config(), and UART_getConfig().

LCR controls word length,parity selection,stop bit generation

Referenced by UART_config(), and UART_getConfig().

MCR controls autoflow selection,loopback feature,RTS selection

Referenced by UART_config(), and UART_getConfig().


The documentation for this struct was generated from the following file: