Data Fields
CSL_UartSetup Struct Reference

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

Detailed Description

UART Setup structure.

This structure contains the UART setup parameters. Using this structure individual parameters can be passed


Field Documentation

AFE enable/disable

Referenced by UART_setup().

Baud rate

Referenced by UART_setup().

Input clock in Hz

Referenced by UART_setup().

Fifo control register

Referenced by UART_setup().

Looppback mode enable/disable

Referenced by UART_setup().

Parity generation enable/disable

Referenced by UART_setup().

RTS enable/disable

Referenced by UART_setup().

Number of stop bits to be generated Valid values - 0 or 1

Referenced by UART_setup().

Word length selection Valid values - 5,6,7, or 8bits

Referenced by UART_setup().


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