ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
I2CDeviceInfo Struct Reference

Information necessary to communicate with an I2C slave device. More...

#include <fsl_i2c_master_driver.h>

Collaboration diagram for I2CDeviceInfo:
Collaboration graph

Data Fields

uint16_t address
 
uint32_t baudRate_kbps
 
LDD_I2C_TAddrType addrType
 

Detailed Description

Information necessary to communicate with an I2C slave device.

Definition at line 30 of file fsl_i2c_master_driver.h.

Field Documentation

uint16_t address

The slave's 7-bit or 10 bit address.

Definition at line 32 of file fsl_i2c_master_driver.h.

Referenced by device_connect(), and i2c_master_transfer().

LDD_I2C_TAddrType addrType

Address Types.

Definition at line 34 of file fsl_i2c_master_driver.h.

Referenced by i2c_master_transfer().

uint32_t baudRate_kbps

The baud rate in kbps to use with this slave device.

Definition at line 33 of file fsl_i2c_master_driver.h.

Referenced by i2c_master_adapter_configure().


The documentation for this struct was generated from the following file: