#include <i2cd.h>
Public Attributes | |
unsigned char | address |
slave address to sent/receive message. More... | |
unsigned char | nrBytes |
number of bytes in message buffer. More... | |
unsigned char | procBytes |
number of processed bytes. More... | |
unsigned char * | buf |
pointer to application message buffer. More... | |
unsigned char | status |
process status of the message. More... |
Definition at line 80 of file i2cd.h.
|
slave address to sent/receive message.
Definition at line 81 of file i2cd.h. Referenced by _I2C_master_handler, I2C_ConfigureAnalog, I2C_init_analog, I2C_init_digital, I2C_ReadAnalogIn, I2C_ReadBinIn, I2C_scanbus, I2C_slprocess, I2C_WriteAnalogOut, and I2C_WriteBinOut. |
|
pointer to application message buffer.
Definition at line 84 of file i2cd.h. Referenced by _I2C_master_handler, I2C_ConfigureAnalog, I2C_init_analog, I2C_init_digital, I2C_ReadAnalogIn, I2C_ReadBinIn, I2C_scanbus, I2C_slprocess, I2C_WriteAnalogOut, and I2C_WriteBinOut. |
|
number of bytes in message buffer.
Definition at line 82 of file i2cd.h. Referenced by _I2C_master_handler, I2C_ConfigureAnalog, I2C_init_analog, I2C_init_digital, I2C_ReadAnalogIn, I2C_ReadBinIn, I2C_scanbus, I2C_slprocess, I2C_WriteAnalogOut, and I2C_WriteBinOut. |
|
number of processed bytes.
Definition at line 83 of file i2cd.h. Referenced by I2C_slprocess. |
|
process status of the message.
Definition at line 85 of file i2cd.h. Referenced by I2C_ConfigureAnalog, I2C_init_analog, I2C_init_digital, I2C_messagestatus, I2C_scanbus, I2C_slprocess, I2C_Start_I2C_Transfer, I2C_WriteAnalogOut, and I2C_WriteBinOut. |