![]() |
![]() |
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 |
UART Config structure The members of this structure directly maps to a particular register of UART.
| Uint16 CSL_UartConfig::DLH |
DLH holds most significant bits of the divisor
Referenced by UART_config(), and UART_getConfig().
| Uint16 CSL_UartConfig::DLL |
DLL holds least significant bits of the divisor
Referenced by UART_config(), and UART_getConfig().
| Uint16 CSL_UartConfig::FCR |
FCR controls fifo enable/disable,trigger level selection,dma selection
Referenced by UART_config(), and UART_getConfig().
| Uint16 CSL_UartConfig::LCR |
LCR controls word length,parity selection,stop bit generation
Referenced by UART_config(), and UART_getConfig().
| Uint16 CSL_UartConfig::MCR |
MCR controls autoflow selection,loopback feature,RTS selection
Referenced by UART_config(), and UART_getConfig().
1.7.4