Data Fields
I2CSlave_FxnTable Struct Reference

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

#include <I2CSlave.h>

Collaboration diagram for I2CSlave_FxnTable:
Collaboration graph
[legend]

Data Fields

I2CSlave_CloseFxn closeFxn
 
I2CSlave_ControlFxn controlFxn
 
I2CSlave_InitFxn initFxn
 
I2CSlave_OpenFxn openFxn
 
I2CSlave_ReadFxn readFxn
 
I2CSlave_WriteFxn writeFxn
 

Detailed Description

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

Field Documentation

§ closeFxn

I2CSlave_CloseFxn I2CSlave_FxnTable::closeFxn

Function to close the specified peripheral

§ controlFxn

I2CSlave_ControlFxn I2CSlave_FxnTable::controlFxn

Function to implementation specific control function

§ initFxn

I2CSlave_InitFxn I2CSlave_FxnTable::initFxn

Function to initialize the given data object

§ openFxn

I2CSlave_OpenFxn I2CSlave_FxnTable::openFxn

Function to open the specified peripheral

§ readFxn

I2CSlave_ReadFxn I2CSlave_FxnTable::readFxn

Function to initiate a I2CSlave data read

§ writeFxn

I2CSlave_WriteFxn I2CSlave_FxnTable::writeFxn

Function to initiate a I2CSlave data write


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