NetBurner 3.0
I2C Function Macros

Macros

#define I2CInit   Multi_I2CInit
 Calls Muti_I2CInit.
 
#define I2CSendBuf   Multi_I2CSendBuf
 Calls Muti_I2CSendBuf.
 
#define I2CReadBuf   Multi_I2CReadBuf
 Calls Muti_I2CReadBuf.
 
#define I2CRestart   Multi_I2CRestart
 Calls Muti_I2CRestart.
 
#define I2CStart   Multi_I2CStart
 Calls Muti_I2CStart.
 
#define I2CStop   Multi_I2CStop
 Calls Muti_I2CStrop.
 
#define I2CSend   Multi_I2CSend
 Calls Muti_I2CSend.
 
#define I2CRead   Multi_I2CRead
 Calls Muti_I2CRead.
 
#define I2CResetPeripheral   Multi_ResetPeripheral
 Calls Multi_ResetPeripheral.
 

Detailed Description

The following defines were created to allow the multi and master-only drivers to have the same function calls, i.e. Multi_I2CInit() is the same as calling I2CInit(). The macros listed below are enabled when i2multi.h is included.