16 #include "fsl_power.h"    18 #include "gpio_driver.h"    19 #include "clock_config.h"    43 #define I2C_S1_SCL_PIN D15    44 #define I2C_S1_SDA_PIN D14    45 #define I2C_S1_DRIVER Driver_I2C4    46 #define I2C_S1_DEVICE_INDEX I2C4_INDEX    47 #define I2C_S1_SIGNAL_EVENT I2C4_SignalEvent_t    50 #define SPI_S_DRIVER Driver_SPI7    51 #define SPI_S_BAUDRATE 500000U     52 #define SPI_S_DEVICE_INDEX SPI7_INDEX
    53 #define SPI_S_SIGNAL_EVENT SPI7_SignalEvent_t    56 #define HOST_S_DRIVER Driver_USART0    57 #define HOST_S_SIGNAL_EVENT HOST_SignalEvent_t    58 #define HOST_B_DRIVER Driver_USART1    59 #define HOST_B_SIGNAL_EVENT HOST_SignalEvent_t    62 #define ASK_USER_TO_RESUME(x)                                                          \    63     static bool askResume = true;                                                      \    64     static uint16_t samplesToProcess = x - 1;                                          \    65     if (askResume && !samplesToProcess--)                                              \    67         PRINTF("\r\n Specified samples processed, press any key to continue... \r\n"); \ 
status_t SMC_SetPowerModeWait(void *)
Configures the system to WAIT power mode. API name used from Kinetis family to maintain compatibility...
 
The GPIO pin handle for KSDK. 
 
void BOARD_BootClockRUN(void)
This function executes configuration of clocks. 
 
gpioHandleKSDK_t BLUE_LED
 
gpioHandleKSDK_t GREEN_LED
 
status_t SMC_SetPowerModeVlpr(void *)
Configures the system to VLPR power mode. API name used from Kinetis family to maintain compatibility...