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

This structure contains i2c LLD function pointers. More...

#include <isf_fsl_i2c_PEx.h>

Collaboration diagram for i2c_instance_PEx:
Collaboration graph

Data Fields

fnI2CInit_t fnI2CLLDInit
 
fnI2CDeint_t fnI2CLLDDeint
 
fnI2CDeviceSelect_t fnI2CLLDDeviceSelect
 
fnI2CDeviceEnable_t fnI2CLLDdeviceEn
 
fnI2CDeviceDisable_t fnI2CLLDdeviceDis
 
fnI2CRead_t fnI2CLLDRead
 
fnI2CWrite_t fnI2CLLDWrite
 

Detailed Description

This structure contains i2c LLD function pointers.

Definition at line 42 of file isf_fsl_i2c_PEx.h.

Field Documentation

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

Enable the device.

Definition at line 46 of file isf_fsl_i2c_PEx.h.

Referenced by i2c_hal_enable().

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.


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