MSPM0L11XX_L13XX TI-Driver Library  2.01.00.03
Data Fields

UART Parameters. More...

#include <UART.h>

Collaboration diagram for UART_Params:
Collaboration graph
[legend]

Data Fields

UART_Mode readMode
 
UART_Mode writeMode
 
UART_Callback readCallback
 
UART_Callback writeCallback
 
UART_EventCallback eventCallback
 
uint32_t eventMask
 
UART_ReadReturnMode readReturnMode
 
uint32_t baudRate
 
UART_DataLen dataLength
 
UART_StopBits stopBits
 
UART_Parity parityType
 
void * userArg
 

Detailed Description

UART Parameters.

UART parameters are used with the UART_open() call. Default values for these parameters are set using UART_Params_init().

See also
UART_Params_init()

Field Documentation

§ readMode

UART_Mode UART_Params::readMode

Mode for all read calls

§ writeMode

UART_Mode UART_Params::writeMode

Mode for all write calls

§ readCallback

UART_Callback UART_Params::readCallback

Pointer to read callback function for callback mode.

§ writeCallback

UART_Callback UART_Params::writeCallback

Pointer to write callback function for callback mode.

§ eventCallback

UART_EventCallback UART_Params::eventCallback

Pointer to event callback function.

§ eventMask

uint32_t UART_Params::eventMask

mask of events that the application is interested in

§ readReturnMode

UART_ReadReturnMode UART_Params::readReturnMode

Receive return mode

§ baudRate

uint32_t UART_Params::baudRate

Baud rate for UART

§ dataLength

UART_DataLen UART_Params::dataLength

Data length for UART

§ stopBits

UART_StopBits UART_Params::stopBits

Stop bits for UART

§ parityType

UART_Parity UART_Params::parityType

Parity bit type for UART

§ userArg

void* UART_Params::userArg

User supplied argument for callback functions


The documentation for this struct was generated from the following file:
© Copyright 1995-2024, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale