SimpleLink MCU SDK Driver APIs  tidrivers_msp43x_3_01_01_03
Data Fields
UART_FxnTable_ Struct Reference

The definition of a UART function table that contains the required set of functions to control a specific UART driver implementation. More...

#include <UART.h>

Collaboration diagram for UART_FxnTable_:
Collaboration graph
[legend]

Data Fields

UART_CloseFxn closeFxn
 
UART_ControlFxn controlFxn
 
UART_InitFxn initFxn
 
UART_OpenFxn openFxn
 
UART_ReadFxn readFxn
 
UART_ReadPollingFxn readPollingFxn
 
UART_ReadCancelFxn readCancelFxn
 
UART_WriteFxn writeFxn
 
UART_WritePollingFxn writePollingFxn
 
UART_WriteCancelFxn writeCancelFxn
 

Detailed Description

The definition of a UART function table that contains the required set of functions to control a specific UART driver implementation.

Field Documentation

UART_CloseFxn UART_FxnTable_::closeFxn

Function to close the specified peripheral

UART_ControlFxn UART_FxnTable_::controlFxn

Function to implementation specific control function

UART_InitFxn UART_FxnTable_::initFxn

Function to initialize the given data object

UART_OpenFxn UART_FxnTable_::openFxn

Function to open the specified peripheral

UART_ReadFxn UART_FxnTable_::readFxn

Function to read from the specified peripheral

UART_ReadPollingFxn UART_FxnTable_::readPollingFxn

Function to read via polling from the specified peripheral

UART_ReadCancelFxn UART_FxnTable_::readCancelFxn

Function to cancel a read from the specified peripheral

UART_WriteFxn UART_FxnTable_::writeFxn

Function to write from the specified peripheral

UART_WritePollingFxn UART_FxnTable_::writePollingFxn

Function to write via polling from the specified peripheral

UART_WriteCancelFxn UART_FxnTable_::writeCancelFxn

Function to cancel a write from the specified peripheral


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