ISSDK  1.8
IoT Sensing Software Development Kit
Functions
evkmimxrt1170.c File Reference

The evkmimxrt1170.c file defines GPIO pins and I2C CMSIS utilities for evkmimxrt1170 board. More...

#include "evkmimxrt1170.h"
Include dependency graph for evkmimxrt1170.c:

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...
 

Detailed Description

The evkmimxrt1170.c file defines GPIO pins and I2C CMSIS utilities for evkmimxrt1170 board.

Definition in file evkmimxrt1170.c.

Function Documentation

◆ LPI2C1_GetFreq()

uint32_t LPI2C1_GetFreq ( void  )

Determines the Clock Frequency feature.

The Clock Frequecny computation API required by fsl_i2c_cmsis.c.

Parameters
[in]void
Constraints:
None
Reentrant: Yes
Returns
uint32_t Returns the clock frequency .

Definition at line 73 of file evkmimxrt1170.c.

◆ LPSPI1_GetFreq()

uint32_t LPSPI1_GetFreq ( void  )

Determines the Clock Frequency feature.

The Clock Frequecny computation API required by fsl_spi_cmsis.c.

Parameters
[in]void
Constraints:
None
Reentrant: Yes
Returns
uint32_t Returns the clock frequency .

Definition at line 85 of file evkmimxrt1170.c.

◆ LPUART1_GetFreq()

uint32_t LPUART1_GetFreq ( void  )

Determines the Clock Frequency feature.

The Clock Frequecny computation API required by fsl_uart_cmsis.c.

Parameters
[in]void
Constraints:
None
Reentrant: Yes
Returns
uint32_t Returns the clock frequency .

Definition at line 61 of file evkmimxrt1170.c.

References BOARD_DebugConsoleSrcFreq().

Here is the call graph for this function:

◆ SMC_SetPowerModeVlpr()

status_t SMC_SetPowerModeVlpr ( void *  arg)

Configures the system to VLPR power mode. API name used from Kinetis family to maintain compatibility.

Parameters
Powerperipheral base address (dummy).
Returns
Configuration error code.

Definition at line 46 of file evkmimxrt1170.c.

◆ SMC_SetPowerModeWait()

status_t SMC_SetPowerModeWait ( void *  arg)

Configures the system to WAIT power mode. API name used from Kinetis family to maintain compatibility.

Parameters
Powerperipheral base address (dummy).
Returns
Configuration error code.

Definition at line 31 of file evkmimxrt1170.c.