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

Internal driver state information. More...

#include <fsl_i2c_master_driver.h>

Collaboration diagram for I2CMasterState:
Collaboration graph

Data Fields

uint32_t instance
 
uint32_t lastBaudRate_kbps
 
LDD_TUserData * pUserData
 
LDD_TDeviceData * pDeviceHandle
 
bool isTransferInProgress
 
LWEVENT_STRUCT i2cEventHandler
 

Detailed Description

Internal driver state information.

Note
The contents of this structure are internal to the driver and should not be modified by users. Also, contents of the structure are subject to change in future releases.

Definition at line 66 of file fsl_i2c_master_driver.h.

Field Documentation

LWEVENT_STRUCT i2cEventHandler
bool isTransferInProgress

Definition at line 71 of file fsl_i2c_master_driver.h.

uint32_t lastBaudRate_kbps

Definition at line 68 of file fsl_i2c_master_driver.h.

Referenced by i2c_master_adapter_configure().

LDD_TDeviceData* pDeviceHandle
LDD_TUserData* pUserData

Definition at line 69 of file fsl_i2c_master_driver.h.

Referenced by i2c_master_shutdown().


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