43 #ifndef __ISSDK_HAL_H__ 44 #define __ISSDK_HAL_H__ 46 #include "fsl_lpsci_cmsis.h" 47 #include "fsl_i2c_cmsis.h" 48 #include "fsl_spi_cmsis.h" 57 #define I2C_S_SCL_PIN I2C_S1_SCL_PIN 58 #define I2C_S_SDA_PIN I2C_S1_SDA_PIN 59 #define I2C_S_DRIVER I2C_S1_DRIVER 60 #define I2C_S_SIGNAL_EVENT I2C_S1_SIGNAL_EVENT 61 #define I2C_S_DEVICE_INDEX I2C_S1_DEVICE_INDEX 63 #endif // __ISSDK_HAL_H__ The frdm_kl25z.h file defines GPIO pin mappings for FRDM-KL25Z board.
The rd_kl25z_gdl.h file declares mapping of the Kinetis Device peripherals to the rd-kl25z board...