1.3.2.4.10 I2CBB_ERROR Enum
C
typedef enum
{
/* No error has occurred. */
I2CBB_ERROR_NONE,
/* A bus transaction was NAK'ed */
I2CBB_ERROR_NAK,
/* A bus error has occurred. */
I2CBB_ERROR_BUS,
} I2CBB_ERROR;
Summary
I2C Bit Bang Transfer Status data type.
Description
This data type defines the I2C Bit Bang Transfer Status.
Remarks
None.
