Data Fields
I2CSlave_Config_ Struct Reference

I2C Slave driver's custom configuration structure. More...

#include <I2CSlave.h>

Collaboration diagram for I2CSlave_Config_:
Collaboration graph
[legend]

Data Fields

I2CSlave_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

I2C Slave driver's custom configuration structure.

See also
I2CSlave_init()
I2CSlave_open()

Field Documentation

§ fxnTablePtr

I2CSlave_FxnTable const* I2CSlave_Config_::fxnTablePtr

Pointer to a function pointer table with driver-specific implementations of I2CSlave APIs

§ object

void* I2CSlave_Config_::object

Pointer to a driver specific data object.

§ hwAttrs

void const* I2CSlave_Config_::hwAttrs

Pointer to a driver specific hardware attributes structure.


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