Macros | |
#define | I2CInit Master_I2CInit |
Calls Master_I2CInit. | |
#define | I2CSendBuf Master_I2CSendBuf |
Calls Master_I2CSendBuf. | |
#define | I2CReadBuf Master_I2CReadBuf |
Calls Master_I2CReadBuf. | |
#define | I2CRestart Master_I2CRestart |
Calls Master_I2CRestart. | |
#define | I2CStart Master_I2CStart |
Calls Master_I2CStart. | |
#define | I2CStop Master_I2CStop |
Calls Master_I2CStop. | |
#define | I2CSend Master_I2CSend |
Calls Master_I2CSend. | |
#define | I2CRead Master_I2CRead |
Calls Master_I2CRead. | |
#define | I2CResetPeripheral Master_ResetPeripheral |
Calls Master_ResetPeripheral. | |
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.