Data Fields
UART2_FxnTable Struct Reference

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

#include <UART2.h>

Collaboration diagram for UART2_FxnTable:
Collaboration graph
[legend]

Data Fields

UART2_CloseFxn closeFxn
 
UART2_OpenFxn openFxn
 
UART2_ReadFxn readFxn
 
UART2_ReadCancelFxn readCancelFxn
 
UART2_WriteFxn writeFxn
 
UART2_WriteCancelFxn writeCancelFxn
 
UART2_FlushRxFxn flushRxFxn
 

Detailed Description

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

Field Documentation

§ closeFxn

UART2_CloseFxn UART2_FxnTable::closeFxn

Function to close the specified peripheral

§ openFxn

UART2_OpenFxn UART2_FxnTable::openFxn

Function to open the specified peripheral

§ readFxn

UART2_ReadFxn UART2_FxnTable::readFxn

Function to read from the specified peripheral

§ readCancelFxn

UART2_ReadCancelFxn UART2_FxnTable::readCancelFxn

Function to cancel a read from the specified peripheral

§ writeFxn

UART2_WriteFxn UART2_FxnTable::writeFxn

Function to write from the specified peripheral

§ writeCancelFxn

UART2_WriteCancelFxn UART2_FxnTable::writeCancelFxn

Function to cancel a write from the specified peripheral

§ flushRxFxn

UART2_FlushRxFxn UART2_FxnTable::flushRxFxn

Function to flush the RX FIFO


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