![]() |
![]() |
|
MSPM0L122X_L222X TI-Driver Library
2.05.01.00
|
UART Parameters. More...
#include <UART.h>

UART Parameters.
UART parameters are used with the UART_open() call. Default values for these parameters are set using UART_Params_init().
| UART_Mode UART_Params::readMode |
Mode for all read calls
| UART_Mode UART_Params::writeMode |
Mode for all write calls
| UART_Callback UART_Params::readCallback |
Pointer to read callback function for callback mode.
| UART_Callback UART_Params::writeCallback |
Pointer to write callback function for callback mode.
| UART_EventCallback UART_Params::eventCallback |
Pointer to event callback function.
| uint32_t UART_Params::eventMask |
mask of events that the application is interested in
| UART_ReadReturnMode UART_Params::readReturnMode |
Receive return mode
| uint32_t UART_Params::baudRate |
Baud rate for UART
| UART_DataLen UART_Params::dataLength |
Data length for UART
| UART_StopBits UART_Params::stopBits |
Stop bits for UART
| UART_Parity UART_Params::parityType |
Parity bit type for UART
| void* UART_Params::userArg |
User supplied argument for callback functions