![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|

Go to the source code of this file.
Functions | |
| __attribute__ ((weak)) | |
| 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 clock_sys_pll_config_t | g_sysPllConfig_BOARD_BootClockRUN |
| const clock_audio_pll_config_t | g_audioPllConfig_BOARD_BootClockRUN |
| __attribute__ | ( | (weak) | ) |
Definition at line 55 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 168 of file clock_config.c.
References BOARD_BOOTCLOCKRUN_CORE_CLOCK, BOARD_SYSOSC_SETTLING_US, BOARD_XTAL_SYS_CLK_HZ, and SystemCoreClock.
| void BOARD_InitBootClocks | ( | void | ) |
This function executes default configuration of clocks.
Definition at line 89 of file clock_config.c.
References BOARD_BootClockRUN().

| const clock_audio_pll_config_t g_audioPllConfig_BOARD_BootClockRUN |
Definition at line 159 of file clock_config.c.
| const clock_sys_pll_config_t g_sysPllConfig_BOARD_BootClockRUN |
Definition at line 153 of file clock_config.c.
Referenced by BOARD_BootClockRUN().
| uint32_t SystemCoreClock |