ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
ISF_I2C1 module documentation

Macros

#define FSL_ISF_I2C1   1
 Device instance number. More...
 

Variables

i2c_master_state_t ISF_I2C1_MasterState
 Driver state structure which holds driver runtime data. More...
 
const i2c_device_t ISF_I2C1_MasterConfig0
 Master configuration declaration. More...
 
i2c_master_state_t ISF_I2C1_MasterState
 Driver state structure which holds driver runtime data. More...
 
const i2c_device_t ISF_I2C1_MasterConfig0
 Master configuration declaration. More...
 

Detailed Description

Macro Definition Documentation

#define FSL_ISF_I2C1   1

Device instance number.

Definition at line 91 of file ISF_I2C1.h.

Referenced by Components_Init(), and ISF_I2C1_IRQHandler().

Variable Documentation

const i2c_device_t ISF_I2C1_MasterConfig0
Initial value:
= {
.address = 0U,
.baudRate_kbps = 0U,
}

Master configuration declaration.

Definition at line 60 of file ISF_I2C1.c.

Referenced by Components_Init().

const i2c_device_t ISF_I2C1_MasterConfig0

Master configuration declaration.

Definition at line 60 of file ISF_I2C1.c.

Referenced by Components_Init().

i2c_master_state_t ISF_I2C1_MasterState

Driver state structure which holds driver runtime data.

Definition at line 57 of file ISF_I2C1.c.

Referenced by Components_Init().

i2c_master_state_t ISF_I2C1_MasterState

Driver state structure which holds driver runtime data.

Definition at line 57 of file ISF_I2C1.c.

Referenced by Components_Init().