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

Go to the source code of this file.
Macros | |
| #define | BOARD_BOOTCLOCKRUN_CORE_CLOCK 48000000U |
| #define | BOARD_BOOTCLOCKHSRUN_CORE_CLOCK 72000000U |
| #define | BOARD_BOOTCLOCKVLPR_CORE_CLOCK 4000000U |
Functions | |
| void | BOARD_InitBootClocks (void) |
| This function executes default configuration of clocks. More... | |
| void | BOARD_BootClockRUN (void) |
| This function executes configuration of clocks. More... | |
| void | BOARD_BootClockHSRUN (void) |
| This function executes configuration of clocks. More... | |
| void | BOARD_BootClockVLPR (void) |
| This function executes configuration of clocks. More... | |
Variables | |
| const scg_sys_clk_config_t | g_sysClkConfig_BOARD_BootClockRUN |
| SCG set for BOARD_BootClockRUN configuration. More... | |
| const scg_sirc_config_t | g_scgSircConfig_BOARD_BootClockRUN |
| SIRC set for BOARD_BootClockRUN configuration. More... | |
| const scg_firc_config_t | g_scgFircConfigBOARD_BootClockRUN |
| FIRC set for BOARD_BootClockRUN configuration. More... | |
| const scg_lpfll_config_t | g_scgLpFllConfigBOARD_BootClockRUN |
| Low Power FLL set for BOARD_BootClockRUN configuration. More... | |
| const scg_sys_clk_config_t | g_sysClkConfig_BOARD_BootClockHSRUN |
| SCG set for BOARD_BootClockHSRUN configuration. More... | |
| const scg_sirc_config_t | g_scgSircConfig_BOARD_BootClockHSRUN |
| SIRC set for BOARD_BootClockHSRUN configuration. More... | |
| const scg_firc_config_t | g_scgFircConfigBOARD_BootClockHSRUN |
| FIRC set for BOARD_BootClockHSRUN configuration. More... | |
| const scg_lpfll_config_t | g_scgLpFllConfigBOARD_BootClockHSRUN |
| Low Power FLL set for BOARD_BootClockHSRUN configuration. More... | |
| const scg_sys_clk_config_t | g_sysClkConfig_BOARD_BootClockVLPR |
| SCG set for BOARD_BootClockVLPR configuration. More... | |
| const scg_sirc_config_t | g_scgSircConfig_BOARD_BootClockVLPR |
| SIRC set for BOARD_BootClockVLPR configuration. More... | |
| const scg_firc_config_t | g_scgFircConfigBOARD_BootClockVLPR |
| FIRC set for BOARD_BootClockVLPR configuration. More... | |
| const scg_lpfll_config_t | g_scgLpFllConfigBOARD_BootClockVLPR |
| Low Power FLL set for BOARD_BootClockVLPR configuration. More... | |
| #define BOARD_BOOTCLOCKHSRUN_CORE_CLOCK 72000000U |
Core clock frequency: 72000000Hz
Definition at line 84 of file clock_config.h.
| #define BOARD_BOOTCLOCKRUN_CORE_CLOCK 48000000U |
Core clock frequency: 48000000Hz
Definition at line 46 of file clock_config.h.
| #define BOARD_BOOTCLOCKVLPR_CORE_CLOCK 4000000U |
Core clock frequency: 4000000Hz
Definition at line 122 of file clock_config.h.
| void BOARD_BootClockHSRUN | ( | void | ) |
This function executes configuration of clocks.
Definition at line 379 of file clock_config.c.
References mcgConfig_BOARD_BootClockHSRUN, oscConfig_BOARD_BootClockHSRUN, and SMC.
| 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_BootClockVLPR | ( | void | ) |
This function executes configuration of clocks.
Definition at line 266 of file clock_config.c.
References BOARD_BOOTCLOCKVLPR_CORE_CLOCK, g_scgFircConfig_BOARD_BootClockVLPR, g_scgLpFllConfig_BOARD_BootClockVLPR, g_scgSircConfig_BOARD_BootClockVLPR, g_sysClkConfig_BOARD_BootClockVLPR, mcgConfig_BOARD_BootClockVLPR, mcgliteConfig_BOARD_BootClockVLPR, simConfig_BOARD_BootClockVLPR, SMC, SMC_SetPowerModeVlpr(), and SystemCoreClock.

| void BOARD_InitBootClocks | ( | void | ) |
This function executes default configuration of clocks.
Definition at line 52 of file clock_config.c.
| const scg_firc_config_t g_scgFircConfigBOARD_BootClockHSRUN |
FIRC set for BOARD_BootClockHSRUN configuration.
| const scg_firc_config_t g_scgFircConfigBOARD_BootClockRUN |
FIRC set for BOARD_BootClockRUN configuration.
| const scg_firc_config_t g_scgFircConfigBOARD_BootClockVLPR |
FIRC set for BOARD_BootClockVLPR configuration.
| const scg_lpfll_config_t g_scgLpFllConfigBOARD_BootClockHSRUN |
Low Power FLL set for BOARD_BootClockHSRUN configuration.
| const scg_lpfll_config_t g_scgLpFllConfigBOARD_BootClockRUN |
Low Power FLL set for BOARD_BootClockRUN configuration.
| const scg_lpfll_config_t g_scgLpFllConfigBOARD_BootClockVLPR |
Low Power FLL set for BOARD_BootClockVLPR configuration.
| const scg_sirc_config_t g_scgSircConfig_BOARD_BootClockHSRUN |
SIRC set for BOARD_BootClockHSRUN configuration.
Definition at line 245 of file clock_config.c.
| const scg_sirc_config_t g_scgSircConfig_BOARD_BootClockRUN |
SIRC set for BOARD_BootClockRUN configuration.
Definition at line 155 of file clock_config.c.
| const scg_sirc_config_t g_scgSircConfig_BOARD_BootClockVLPR |
SIRC set for BOARD_BootClockVLPR configuration.
Definition at line 259 of file clock_config.c.
Referenced by BOARD_BootClockVLPR().
| const scg_sys_clk_config_t g_sysClkConfig_BOARD_BootClockHSRUN |
SCG set for BOARD_BootClockHSRUN configuration.
Definition at line 237 of file clock_config.c.
| const scg_sys_clk_config_t g_sysClkConfig_BOARD_BootClockRUN |
SCG set for BOARD_BootClockRUN configuration.
Definition at line 141 of file clock_config.c.
| const scg_sys_clk_config_t g_sysClkConfig_BOARD_BootClockVLPR |
SCG set for BOARD_BootClockVLPR configuration.
Definition at line 245 of file clock_config.c.
Referenced by BOARD_BootClockVLPR().