TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
I2CCC3200_Object Struct Reference

I2CCC3200 Object. More...

#include <I2CCC3200.h>

Collaboration diagram for I2CCC3200_Object:
Collaboration graph
[legend]

Data Fields

SemaphoreP_Handle mutex
 
SemaphoreP_Handle transferComplete
 
HwiP_Handle hwiHandle
 
I2C_TransferMode transferMode
 
I2C_CallbackFxn transferCallbackFxn
 
volatile I2CCC3200_Mode mode
 
I2C_TransactioncurrentTransaction
 
uint8_t * writeBufIdx
 
size_t writeCountIdx
 
uint8_t * readBufIdx
 
size_t readCountIdx
 
I2C_TransactionheadPtr
 
I2C_TransactiontailPtr
 
bool isOpen
 
Power_NotifyObj notifyObj
 
I2C_BitRate bitRate
 

Detailed Description

I2CCC3200 Object.

The application must not access any member variables of this structure!

Field Documentation

SemaphoreP_Handle I2CCC3200_Object::mutex
SemaphoreP_Handle I2CCC3200_Object::transferComplete
HwiP_Handle I2CCC3200_Object::hwiHandle
I2C_TransferMode I2CCC3200_Object::transferMode
I2C_CallbackFxn I2CCC3200_Object::transferCallbackFxn
volatile I2CCC3200_Mode I2CCC3200_Object::mode
I2C_Transaction* I2CCC3200_Object::currentTransaction
uint8_t* I2CCC3200_Object::writeBufIdx
size_t I2CCC3200_Object::writeCountIdx
uint8_t* I2CCC3200_Object::readBufIdx
size_t I2CCC3200_Object::readCountIdx
I2C_Transaction* I2CCC3200_Object::headPtr
I2C_Transaction* I2CCC3200_Object::tailPtr
bool I2CCC3200_Object::isOpen
Power_NotifyObj I2CCC3200_Object::notifyObj
I2C_BitRate I2CCC3200_Object::bitRate

The documentation for this struct was generated from the following file:
Copyright 2015, Texas Instruments Incorporated