![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
#include "clock_config.h"
Go to the source code of this file.
Macros | |
#define | SCG_LPFLL_DISABLE 0U |
Functions | |
void | BOARD_InitBootClocks (void) |
This function executes default configuration of clocks. More... | |
void | BOARD_BootClockRUN (void) |
This function executes configuration of clocks. More... | |
Variables | |
uint32_t | SystemCoreClock |
const scg_sys_clk_config_t | g_sysClkConfig_BOARD_BootClockRUN |
SCG set for BOARD_BootClockRUN configuration. More... | |
const scg_sosc_config_t | g_scgSysOscConfig_BOARD_BootClockRUN |
System OSC 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_scgFircConfig_BOARD_BootClockRUN |
const scg_lpfll_config_t | g_scgLpFllConfig_BOARD_BootClockRUN |
#define SCG_LPFLL_DISABLE 0U |
LPFLL clock disabled
Definition at line 40 of file clock_config.c.
void BOARD_BootClockRUN | ( | void | ) |
This function executes configuration of clocks.
This function executes configuration of clocks.
void |
Definition at line 167 of file clock_config.c.
void BOARD_InitBootClocks | ( | void | ) |
This function executes default configuration of clocks.
Definition at line 99 of file clock_config.c.
References BOARD_BootClockRUN().
const scg_firc_config_t g_scgFircConfig_BOARD_BootClockRUN |
Definition at line 148 of file clock_config.c.
const scg_lpfll_config_t g_scgLpFllConfig_BOARD_BootClockRUN |
Definition at line 156 of file clock_config.c.
const scg_sirc_config_t g_scgSircConfig_BOARD_BootClockRUN |
SIRC set for BOARD_BootClockRUN configuration.
Definition at line 141 of file clock_config.c.
const scg_sosc_config_t g_scgSysOscConfig_BOARD_BootClockRUN |
System OSC set for BOARD_BootClockRUN configuration.
Definition at line 135 of file clock_config.c.
const scg_sys_clk_config_t g_sysClkConfig_BOARD_BootClockRUN |
SCG set for BOARD_BootClockRUN configuration.
Definition at line 128 of file clock_config.c.
uint32_t SystemCoreClock |