iLLD_TC27xC  1.0
Enumerations
Collaboration diagram for Enumerations:

Enumerations

enum  IfxI2c_BusStatus {
  IfxI2c_BusStatus_idle = 0,
  IfxI2c_BusStatus_started = 1,
  IfxI2c_BusStatus_busyMaster = 2,
  IfxI2c_BusStatus_remoteSlave = 3
}
 
enum  IfxI2c_PinSelect {
  IfxI2c_PinSelect_a = 0,
  IfxI2c_PinSelect_b = 1,
  IfxI2c_PinSelect_c = 2,
  IfxI2c_PinSelect_d = 3,
  IfxI2c_PinSelect_e = 4,
  IfxI2c_PinSelect_f = 5,
  IfxI2c_PinSelect_g = 6,
  IfxI2c_PinSelect_h = 7
}
 

Detailed Description

Enumeration Type Documentation

Enumerator
IfxI2c_BusStatus_idle 

idle

IfxI2c_BusStatus_started 

started

IfxI2c_BusStatus_busyMaster 

busy Master

IfxI2c_BusStatus_remoteSlave 

remote Slave

Definition at line 53 of file IfxI2c.h.

Enumerator
IfxI2c_PinSelect_a 
IfxI2c_PinSelect_b 
IfxI2c_PinSelect_c 
IfxI2c_PinSelect_d 
IfxI2c_PinSelect_e 
IfxI2c_PinSelect_f 
IfxI2c_PinSelect_g 
IfxI2c_PinSelect_h 

Definition at line 61 of file IfxI2c.h.