iLLD_TC27xD  1.0
Enumerations
Collaboration diagram for Enumerations:

Enumerations

enum  IfxI2c_I2c_Status {
  IfxI2c_I2c_Status_ok = 0,
  IfxI2c_I2c_Status_nak = 1,
  IfxI2c_I2c_Status_al = 2,
  IfxI2c_I2c_Status_busNotFree = 3,
  IfxI2c_I2c_Status_error = 4
}
 

Detailed Description

Enumeration Type Documentation

Enumerator
IfxI2c_I2c_Status_ok 

ok

IfxI2c_I2c_Status_nak 

NAK.

IfxI2c_I2c_Status_al 

Arbitration Lost.

IfxI2c_I2c_Status_busNotFree 

bus is not free

IfxI2c_I2c_Status_error 

error

Definition at line 297 of file IfxI2c_I2c.h.