2.56.28 I2C_CLIENT_TRANSFER_DIR Enum
C
/* I2C client mode */
typedef enum
{
I2C_CLIENT_TRANSFER_DIR_WRITE = 0, /* I2C Master is writing to client */
I2C_CLIENT_TRANSFER_DIR_READ = 1, /* I2C Master is reading from client */
}I2C_CLIENT_TRANSFER_DIR;
Summary
I2C Client Transfer Direction Enums.
Description
Defines the enum for I2C data transfer direction. The transfer direction of this type is returned by the I2Cx_TransferDirGet() function.
Remarks
None.
