![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
Information necessary to communicate with an I2C slave device. More...
#include <fsl_i2c_master_driver.h>
Data Fields | |
uint16_t | address |
uint32_t | baudRate_kbps |
LDD_I2C_TAddrType | addrType |
Information necessary to communicate with an I2C slave device.
Definition at line 30 of file fsl_i2c_master_driver.h.
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().