Data Fields
I2C_FxnTable Struct Reference

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

#include <I2C.h>

Collaboration diagram for I2C_FxnTable:
Collaboration graph
[legend]

Data Fields

I2C_CancelFxn cancelFxn
 
I2C_CloseFxn closeFxn
 
I2C_ControlFxn controlFxn
 
I2C_InitFxn initFxn
 
I2C_OpenFxn openFxn
 
I2C_TransferFxn transferFxn
 

Detailed Description

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

Field Documentation

§ cancelFxn

I2C_CancelFxn I2C_FxnTable::cancelFxn

§ closeFxn

I2C_CloseFxn I2C_FxnTable::closeFxn

§ controlFxn

I2C_ControlFxn I2C_FxnTable::controlFxn

§ initFxn

I2C_InitFxn I2C_FxnTable::initFxn

§ openFxn

I2C_OpenFxn I2C_FxnTable::openFxn

§ transferFxn

I2C_TransferFxn I2C_FxnTable::transferFxn

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