![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
#include "fsl_common.h"

Go to the source code of this file.
Macros | |
| #define | BOARD_SYSOSC_SETTLING_US 260U |
| #define | BOARD_XTAL32K_CLK_HZ 32768U |
| #define | BOARD_XTAL_SYS_CLK_HZ 24000000U |
| #define | BOARD_BOOTCLOCKRUN_CORE_CLOCK 62526315U |
Functions | |
| void | BOARD_InitBootClocks (void) |
| This function executes default configuration of clocks. More... | |
| void | BOARD_BootClockRUN (void) |
| This function executes configuration of clocks. More... | |
| #define BOARD_BOOTCLOCKRUN_CORE_CLOCK 62526315U |
Core clock frequency: 62526315Hz
Definition at line 48 of file clock_config.h.
| #define BOARD_SYSOSC_SETTLING_US 260U |
Board System oscillator settling time in us
Definition at line 20 of file clock_config.h.
Referenced by BOARD_BootClockRUN().
| #define BOARD_XTAL32K_CLK_HZ 32768U |
Board xtal32K frequency in Hz
Definition at line 21 of file clock_config.h.
| #define BOARD_XTAL_SYS_CLK_HZ 24000000U |
Board xtal frequency in Hz
Definition at line 22 of file clock_config.h.
Referenced by BOARD_BootClockRUN().
| void BOARD_BootClockRUN | ( | void | ) |
This function executes configuration of clocks.
This function executes configuration of clocks.
| void |
Definition at line 168 of file clock_config.c.
| void BOARD_InitBootClocks | ( | void | ) |
This function executes default configuration of clocks.
Definition at line 52 of file clock_config.c.