TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
UART_Config Struct Reference

UART Global configuration. More...

#include <UART.h>

Collaboration diagram for UART_Config:
Collaboration graph
[legend]

Data Fields

UART_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

UART Global configuration.

The UART_Config structure contains a set of pointers used to characterize the UART driver implementation.

This structure needs to be defined before calling UART_init() and it must not be changed thereafter.

See also
UART_init()

Field Documentation

UART_FxnTable const* UART_Config::fxnTablePtr

Pointer to a table of driver-specific implementations of UART APIs

void* UART_Config::object

Pointer to a driver specific data object

void const* UART_Config::hwAttrs

Pointer to a driver specific hardware attributes structure


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