43 #ifndef __ISSDK_HAL_H__ 44 #define __ISSDK_HAL_H__ 46 #include "fsl_i2c_cmsis.h" 47 #include "fsl_dspi_cmsis.h" 48 #include "fsl_uart_cmsis.h" 56 #define I2C_S_SCL_PIN I2C_S1_SCL_PIN 57 #define I2C_S_SDA_PIN I2C_S1_SDA_PIN 58 #define I2C_S_DRIVER I2C_S1_DRIVER 59 #define I2C_S_SIGNAL_EVENT I2C_S1_SIGNAL_EVENT 60 #define I2C_S_DEVICE_INDEX I2C_S1_DEVICE_INDEX 62 #endif // __ISSDK_HAL_H__ The frdm_stbc_agm04_shield.h file declares mapping of the Kinetis Device peripherals to the frmd-k64f...
The frdm_k64f.h file defines GPIO pin mappings for FRDM-K64F board.