![]() |
![]() |
UART Setup structure. More...
#include <csl_uart.h>
Data Fields | |
| Uint32 | clkInput |
| Uint32 | baud |
| Uint16 | wordLength |
| Uint16 | stopBits |
| Uint16 | parity |
| Uint16 | fifoControl |
| Uint16 | loopBackEnable |
| Uint16 | afeEnable |
| Uint16 | rtsEnable |
UART Setup structure.
This structure contains the UART setup parameters. Using this structure individual parameters can be passed
| Uint16 CSL_UartSetup::afeEnable |
AFE enable/disable
Referenced by UART_setup().
| Uint32 CSL_UartSetup::baud |
Baud rate
Referenced by UART_setup().
| Uint32 CSL_UartSetup::clkInput |
Input clock in Hz
Referenced by UART_setup().
| Uint16 CSL_UartSetup::fifoControl |
Fifo control register
Referenced by UART_setup().
Looppback mode enable/disable
Referenced by UART_setup().
| Uint16 CSL_UartSetup::parity |
Parity generation enable/disable
Referenced by UART_setup().
| Uint16 CSL_UartSetup::rtsEnable |
RTS enable/disable
Referenced by UART_setup().
| Uint16 CSL_UartSetup::stopBits |
Number of stop bits to be generated Valid values - 0 or 1
Referenced by UART_setup().
| Uint16 CSL_UartSetup::wordLength |
Word length selection Valid values - 5,6,7, or 8bits
Referenced by UART_setup().
1.7.4