13 #ifndef EVKBIMX1170_H_ 14 #define EVKBIMX1170_H_ 20 #include "gpio_driver.h" 21 #include "MIMXRT1176_cm7.h" 25 #define I2C_S1_SCL_PIN IOMUXC_GPIO_LPSR_05_LPI2C5_SCL 26 #define I2C_S1_SDA_PIN IOMUXC_GPIO_LPSR_04_LPI2C5_SDA 27 #define I2C_S1_DRIVER Driver_I2C5 28 #define I2C_S1_DEVICE_INDEX I2C5_INDEX 29 #define I2C_S1_SIGNAL_EVENT I2C5_SignalEvent_t 32 #define I2C_S2_SCL_PIN IOMUXC_GPIO_AD_08_LPI2C1_SCL 33 #define I2C_S2_SDA_PIN IOMUXC_GPIO_AD_09_LPI2C1_SDA 34 #define I2C_S2_DRIVER Driver_I2C1 35 #define I2C_S2_DEVICE_INDEX I2C1_INDEX 36 #define I2C_S2_SIGNAL_EVENT I2C1_SignalEvent_t 39 #define HOST_S_DRIVER Driver_USART1 40 #define HOST_S_SIGNAL_EVENT HOST_SignalEvent_t 43 #define ASK_USER_TO_RESUME(x) \ 44 static volatile bool askResume = true; \ 45 static uint16_t samplesToProcess = x - 1; \ 46 if (askResume && !samplesToProcess--) \ 48 PRINTF("\r\n Specified samples processed, press any key to continue... \r\n"); \ 55 #define I2C_Type LPI2C_Type 56 #define I2C_BASE_PTRS LPI2C_BASE_PTRS 58 #define SPI_Type LPSPI_Type 59 #define SPI_BASE_PTRS LPSPI_BASE_PTRS status_t SMC_SetPowerModeWait(void *)
Configures the system to WAIT power mode. API name used from Kinetis family to maintain compatibility...
status_t SMC_SetPowerModeVlpr(void *)
Configures the system to VLPR power mode. API name used from Kinetis family to maintain compatibility...