Data Fields
I2C_Config_ Struct Reference

I2C global configuration. More...

#include <I2C.h>

Collaboration diagram for I2C_Config_:
Collaboration graph
[legend]

Data Fields

I2C_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

I2C global configuration.

The I2C_Config structure contains a set of pointers used to characterize the I2C driver implementation.

This structure needs to be defined before calling I2C_init() and it must not be changed thereafter.

See also
I2C_init()

Field Documentation

§ fxnTablePtr

I2C_FxnTable const* I2C_Config_::fxnTablePtr

Pointer to a table of driver-specific implementations of I2C APIs

§ object

void* I2C_Config_::object

Pointer to a driver-specific data object

§ hwAttrs

void const* I2C_Config_::hwAttrs

Pointer to a driver-specific hardware attributes structure


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