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

I2CMSP432 Object. More...

#include <I2CMSP432.h>

Collaboration diagram for I2CMSP432_Object:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

I2CMSP432 Object.

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

Field Documentation

SemaphoreP_Handle I2CMSP432_Object::mutex
SemaphoreP_Handle I2CMSP432_Object::transferComplete
HwiP_Handle I2CMSP432_Object::hwiHandle
I2C_Transaction* I2CMSP432_Object::currentTransaction
I2C_CallbackFxn I2CMSP432_Object::transferCallbackFxn
I2C_Transaction* I2CMSP432_Object::headPtr
I2C_Transaction* I2CMSP432_Object::tailPtr
uint8_t* I2CMSP432_Object::writeBufIdx
size_t I2CMSP432_Object::writeCountIdx
uint8_t* I2CMSP432_Object::readBufIdx
size_t I2CMSP432_Object::readCountIdx
Power_NotifyObj I2CMSP432_Object::perfChangeNotify
uint32_t I2CMSP432_Object::perfConstraintMask
volatile I2CMSP432_Mode I2CMSP432_Object::mode
I2C_TransferMode I2CMSP432_Object::transferMode
I2C_BitRate I2CMSP432_Object::bitRate
bool I2CMSP432_Object::isOpen

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