TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
I2CSlave_Config Struct Reference

I2CSlave Global configuration. 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

I2CSlave Global configuration.

The I2CSlave_Config structure contains a set of pointers used to characterize the I2CSlave driver implementation.

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

See also
I2CSlave_init()

Field Documentation

I2CSlave_FxnTable const* I2CSlave_Config::fxnTablePtr

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

void* I2CSlave_Config::object

Pointer to a driver specific data object

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 2016, Texas Instruments Incorporated