TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_21_00_04
Data Fields
UART_Params Struct Reference

UART Parameters. More...

#include <UART.h>

Collaboration diagram for UART_Params:
Collaboration graph
[legend]

Data Fields

UART_Mode readMode
 
UART_Mode writeMode
 
unsigned int readTimeout
 
unsigned int writeTimeout
 
UART_Callback readCallback
 
UART_Callback writeCallback
 
UART_ReturnMode readReturnMode
 
UART_DataMode readDataMode
 
UART_DataMode writeDataMode
 
UART_Echo readEcho
 
uint32_t baudRate
 
UART_LEN dataLength
 
UART_STOP stopBits
 
UART_PAR parityType
 
uintptr_t custom
 

Detailed Description

UART Parameters.

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

See also
UART_Params_init()

Field Documentation

UART_Mode UART_Params::readMode

Mode for all read calls

UART_Mode UART_Params::writeMode

Mode for all write calls

unsigned int UART_Params::readTimeout

Timeout for read semaphore

unsigned int UART_Params::writeTimeout

Timeout for write semaphore

UART_Callback UART_Params::readCallback

Pointer to read callback

UART_Callback UART_Params::writeCallback

Pointer to write callback

UART_ReturnMode UART_Params::readReturnMode

Receive return mode

UART_DataMode UART_Params::readDataMode

Type of data being read

UART_DataMode UART_Params::writeDataMode

Type of data being written

UART_Echo UART_Params::readEcho

Echo received data back

uint32_t UART_Params::baudRate

Baud rate for UART

UART_LEN UART_Params::dataLength

Data length for UART

UART_STOP UART_Params::stopBits

Stop bits for UART

UART_PAR UART_Params::parityType

Parity bit type for UART

uintptr_t UART_Params::custom

Custom argument used by driver implementation


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated