17 #ifndef __ISSDK_HAL_H__ 18 #define __ISSDK_HAL_H__ 20 #include "fsl_lpsci_cmsis.h" 21 #include "fsl_i2c_cmsis.h" 22 #include "fsl_spi_cmsis.h" 31 #define I2C_S_SCL_PIN I2C_S1_SCL_PIN 32 #define I2C_S_SDA_PIN I2C_S1_SDA_PIN 33 #define I2C_S_DRIVER I2C_S1_DRIVER 34 #define I2C_S_SIGNAL_EVENT I2C_S1_SIGNAL_EVENT 35 #define I2C_S_DEVICE_INDEX I2C_S1_DEVICE_INDEX 37 #endif // __ISSDK_HAL_H__ The rd_kl25z_gdl.h file declares mapping of the Kinetis Device peripherals to the rd-kl25z board...
The frdm_kl25z.h file defines GPIO pin mappings for FRDM-KL25Z board.