iLLD_TC27xD  1.0
Data Structures
Collaboration diagram for Data Structures:

Data Structures

struct  IfxI2c_I2c
 Handler. More...
 
struct  IfxI2c_I2c_Config
 Structure to configure the Module. More...
 
struct  IfxI2c_I2c_Device
 Structure with slave device data. More...
 
struct  IfxI2c_I2c_deviceConfig
 Structure to configure the device's data structure. More...
 

Detailed Description


Data Structure Documentation

struct IfxI2c_I2c

Handler.

Definition at line 316 of file IfxI2c_I2c.h.

Data Fields
float32 baudrate Baudrate.
IfxI2c_BusStatus busStatus Status of the bus.
Ifx_I2C * i2c Module Pointer.
IfxI2c_I2c_Status status Status of the last bus operation.
struct IfxI2c_I2c_Config

Structure to configure the Module.

Definition at line 326 of file IfxI2c_I2c.h.

Collaboration diagram for IfxI2c_I2c_Config:
Data Fields
float32 baudrate Baudrate.
Ifx_I2C * i2c Module Pointer.
const IfxI2c_Pins * pins Pins.
struct IfxI2c_I2c_Device

Structure with slave device data.

Definition at line 335 of file IfxI2c_I2c.h.

Collaboration diagram for IfxI2c_I2c_Device:
Data Fields
uint8 deviceAddress
IfxI2c_I2c * i2c Module Pionter.
struct IfxI2c_I2c_deviceConfig

Structure to configure the device's data structure.

Definition at line 343 of file IfxI2c_I2c.h.

Collaboration diagram for IfxI2c_I2c_deviceConfig:
Data Fields
uint8 deviceAddress the slave device's address
IfxI2c_I2c * i2c Module Pointer.