1.3.2.4.10 I2CBB_ERROR Enum

1.3.2.4.10 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;

1.3.2.4.10 Summary

I2C Bit Bang Transfer Status data type.

1.3.2.4.10 Description

This data type defines the I2C Bit Bang Transfer Status.

1.3.2.4.10 Remarks

None.