![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure contains i2c LLD function pointers. More...
#include <isf_fsl_i2c_PEx.h>

This structure contains i2c LLD function pointers.
Definition at line 42 of file isf_fsl_i2c_PEx.h.
| fnI2CDeint_t fnI2CLLDDeint |
De-initialize the i2c LDD component.
Definition at line 44 of file isf_fsl_i2c_PEx.h.
Referenced by i2c_master_shutdown().
| fnI2CDeviceDisable_t fnI2CLLDdeviceDis |
Disable the device.
Definition at line 47 of file isf_fsl_i2c_PEx.h.
Referenced by i2c_hal_disable().
| fnI2CDeviceEnable_t fnI2CLLDdeviceEn |
| fnI2CDeviceSelect_t fnI2CLLDDeviceSelect |
Select the device.
Definition at line 45 of file isf_fsl_i2c_PEx.h.
Referenced by i2c_master_transfer().
| fnI2CInit_t fnI2CLLDInit |
Initialize a i2c LDD component.
Definition at line 43 of file isf_fsl_i2c_PEx.h.
Referenced by i2c_master_init().
| fnI2CRead_t fnI2CLLDRead |
Read from a device.
Definition at line 48 of file isf_fsl_i2c_PEx.h.
| fnI2CWrite_t fnI2CLLDWrite |
Write to a device.
Definition at line 49 of file isf_fsl_i2c_PEx.h.