1.1.11.47 I2C_SMB_TARGET_ERROR Macros

C

/* I2C SMBUS Target mode */

/* No Error */
#define I2C_SMB_TARGET_ERROR_NONE 0U

/* Bus Collision Error */
#define I2C_SMB_TARGET_ERROR_BUS_COLLISION 1U

/* PEC Error */
#define I2C_SMB_TARGET_ERROR_PEC 2U

/* TX underflow */
#define I2C_SMB_TARGET_ERROR_SPROT 4U

/* Timeout Error */
#define I2C_SMB_TARGET_ERROR_TIMEOUT 8U

typedef uint32_t I2C_SMB_TARGET_ERROR;

Summary

Defines macros associated with I2C error in SMBUS Target mode

Description

Defines macros associated with I2C error in SMBUS Target mode. An error of this type is returned by the I2CSMBx_TargetErrorGet() function

Remarks

None.