Data Fields
UART2_Params Struct Reference

UART2 Parameters. More...

#include <UART2.h>

Collaboration diagram for UART2_Params:
Collaboration graph
[legend]

Data Fields

UART2_Mode readMode
 
UART2_Mode writeMode
 
UART2_Callback readCallback
 
UART2_Callback writeCallback
 
UART2_EventCallback eventCallback
 
uint32_t eventMask
 
UART2_ReadReturnMode readReturnMode
 
uint32_t baudRate
 
UART2_DataLen dataLength
 
UART2_StopBits stopBits
 
UART2_Parity parityType
 
void * userArg
 

Detailed Description

UART2 Parameters.

UART2 parameters are used with the UART2_open() call. Default values for these parameters are set using UART2_Params_init().

See also
UART2_Params_init()

Field Documentation

§ readMode

UART2_Mode UART2_Params::readMode

Mode for all read calls

§ writeMode

UART2_Mode UART2_Params::writeMode

Mode for all write calls

§ readCallback

UART2_Callback UART2_Params::readCallback

Pointer to read callback function for callback mode.

§ writeCallback

UART2_Callback UART2_Params::writeCallback

Pointer to write callback function for callback mode.

§ eventCallback

UART2_EventCallback UART2_Params::eventCallback

Pointer to event callback function.

§ eventMask

uint32_t UART2_Params::eventMask

Mask of events that the application is interested in

§ readReturnMode

UART2_ReadReturnMode UART2_Params::readReturnMode

Receive return mode

§ baudRate

uint32_t UART2_Params::baudRate

Baud rate for UART

§ dataLength

UART2_DataLen UART2_Params::dataLength

Data length for UART

§ stopBits

UART2_StopBits UART2_Params::stopBits

Stop bits for UART

§ parityType

UART2_Parity UART2_Params::parityType

Parity bit type for UART

§ userArg

void* UART2_Params::userArg

User supplied argument for callback functions


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