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

I2CTiva Object. More...

#include <I2CTiva.h>

Collaboration diagram for I2CTiva_Object:
Collaboration graph
[legend]

Data Fields

Semaphore_Struct mutex
 
Semaphore_Struct transferComplete
 
I2C_TransferMode transferMode
 
I2C_CallbackFxn transferCallbackFxn
 
ti_sysbios_family_arm_m3_Hwi_Struct hwi
 
volatile I2CTiva_Mode mode
 
I2C_TransactioncurrentTransaction
 
uint8_t * writeBufIdx
 
size_t writeCountIdx
 
uint8_t * readBufIdx
 
size_t readCountIdx
 
I2C_TransactionheadPtr
 
I2C_TransactiontailPtr
 
bool isOpen
 

Detailed Description

I2CTiva Object.

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

Field Documentation

Semaphore_Struct I2CTiva_Object::mutex
Semaphore_Struct I2CTiva_Object::transferComplete
I2C_TransferMode I2CTiva_Object::transferMode
I2C_CallbackFxn I2CTiva_Object::transferCallbackFxn
ti_sysbios_family_arm_m3_Hwi_Struct I2CTiva_Object::hwi
volatile I2CTiva_Mode I2CTiva_Object::mode
I2C_Transaction* I2CTiva_Object::currentTransaction
uint8_t* I2CTiva_Object::writeBufIdx
size_t I2CTiva_Object::writeCountIdx
uint8_t* I2CTiva_Object::readBufIdx
size_t I2CTiva_Object::readCountIdx
I2C_Transaction* I2CTiva_Object::headPtr
I2C_Transaction* I2CTiva_Object::tailPtr
bool I2CTiva_Object::isOpen

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