![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
The mekmimx8qm.c file defines wait power mode and clock frequency APIs for mekmimx8qm board. More...
#include "mekmimx8qm.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 | LPUART4_GetFreq (void) |
Get the clock frequency for LPUART4 module. More... | |
uint32_t | LPI2C2_GetFreq (void) |
Get the clock frequency for LPI2C2 module. More... | |
uint32_t | LPSPI2_GetFreq (void) |
Get the clock frequency for LPSPI2 module. More... | |
The mekmimx8qm.c file defines wait power mode and clock frequency APIs for mekmimx8qm board.
Definition in file mekmimx8qm.c.
uint32_t LPI2C2_GetFreq | ( | void | ) |
Get the clock frequency for LPI2C2 module.
The Clock Frequecny computation API required by fsl_i2c_cmsis.c.
[in] | void |
Definition at line 75 of file mekmimx8qm.c.
uint32_t LPSPI2_GetFreq | ( | void | ) |
Get the clock frequency for LPSPI2 module.
The Clock Frequecny computation API required by fsl_spi_cmsis.c.
[in] | void |
Definition at line 88 of file mekmimx8qm.c.
uint32_t LPUART4_GetFreq | ( | void | ) |
Get the clock frequency for LPUART4 module.
The Clock Frequecny computation API required by fsl_uart_cmsis.c.
[in] | void |
Definition at line 62 of file mekmimx8qm.c.
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 47 of file mekmimx8qm.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 32 of file mekmimx8qm.c.