![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
Go to the source code of this file.
Functions | |
void | BOARD_BootClockRUN (void) |
This function executes configuration of clocks. More... | |
Variables | |
const clock_arm_pll_config_t | armPllConfig |
const clock_sys_pll_config_t | sysPllConfig |
const clock_usb_pll_config_t | usb1PllConfig |
uint32_t | SystemCoreClock |
void BOARD_BootClockRUN | ( | void | ) |
This function executes configuration of clocks.
This function executes configuration of clocks.
void |
Definition at line 47 of file clock_config.c.
References armPllConfig, sysPllConfig, and usb1PllConfig.
const clock_arm_pll_config_t armPllConfig |
Definition at line 15 of file clock_config.c.
Referenced by BOARD_BootClockRUN().
const clock_sys_pll_config_t sysPllConfig |
Definition at line 19 of file clock_config.c.
Referenced by BOARD_BootClockRUN().
uint32_t SystemCoreClock |
const clock_usb_pll_config_t usb1PllConfig |
Definition at line 23 of file clock_config.c.
Referenced by BOARD_BootClockRUN().