ISSDK
1.8
IoT Sensing Software Development Kit
|
The evkmimxrt1170.c file defines GPIO pins and I2C CMSIS utilities for evkmimxrt1170 board. More...
#include "evkmimxrt1170.h"
Go to the source code of this file.
Functions | |
status_t | SMC_SetPowerModeWait (void *arg) |
Configures the system to WAIT power mode. API name used from Kinetis family to maintain compatibility. More... | |
status_t | SMC_SetPowerModeVlpr (void *arg) |
Configures the system to VLPR power mode. API name used from Kinetis family to maintain compatibility. More... | |
uint32_t | LPUART1_GetFreq (void) |
Determines the Clock Frequency feature. More... | |
uint32_t | LPI2C1_GetFreq (void) |
Determines the Clock Frequency feature. More... | |
uint32_t | LPSPI1_GetFreq (void) |
Determines the Clock Frequency feature. More... | |
The evkmimxrt1170.c file defines GPIO pins and I2C CMSIS utilities for evkmimxrt1170 board.
Definition in file evkmimxrt1170.c.
uint32_t LPI2C1_GetFreq | ( | void | ) |
Determines the Clock Frequency feature.
The Clock Frequecny computation API required by fsl_i2c_cmsis.c.
[in] | void |
Definition at line 73 of file evkmimxrt1170.c.
uint32_t LPSPI1_GetFreq | ( | void | ) |
Determines the Clock Frequency feature.
The Clock Frequecny computation API required by fsl_spi_cmsis.c.
[in] | void |
Definition at line 85 of file evkmimxrt1170.c.
uint32_t LPUART1_GetFreq | ( | void | ) |
Determines the Clock Frequency feature.
The Clock Frequecny computation API required by fsl_uart_cmsis.c.
[in] | void |
Definition at line 61 of file evkmimxrt1170.c.
References BOARD_DebugConsoleSrcFreq().
status_t SMC_SetPowerModeVlpr | ( | void * | arg | ) |
Configures the system to VLPR power mode. API name used from Kinetis family to maintain compatibility.
Power | peripheral base address (dummy). |
Definition at line 46 of file evkmimxrt1170.c.
status_t SMC_SetPowerModeWait | ( | void * | arg | ) |
Configures the system to WAIT power mode. API name used from Kinetis family to maintain compatibility.
Power | peripheral base address (dummy). |
Definition at line 31 of file evkmimxrt1170.c.