![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
#include "clock_config.h"
Go to the source code of this file.
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 clock_arm_pll_config_t | armPllConfig_BOARD_BootClockRUN |
Arm PLL set for BOARD_BootClockRUN configuration. More... | |
const clock_sys_pll_config_t | sysPllConfig_BOARD_BootClockRUN |
Sys PLL for BOARD_BootClockRUN configuration. More... | |
const clock_usb_pll_config_t | usb1PllConfig_BOARD_BootClockRUN |
Usb1 PLL set for BOARD_BootClockRUN configuration. More... | |
void BOARD_BootClockRUN | ( | void | ) |
This function executes configuration of clocks.
This function executes configuration of clocks.
void |
Definition at line 153 of file clock_config.c.
References armPllConfig_BOARD_BootClockRUN, BOARD_BOOTCLOCKRUN_CORE_CLOCK, sysPllConfig_BOARD_BootClockRUN, SystemCoreClock, and usb1PllConfig_BOARD_BootClockRUN.
void BOARD_InitBootClocks | ( | void | ) |
This function executes default configuration of clocks.
Definition at line 48 of file clock_config.c.
References BOARD_BootClockRUN().
const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN |
Arm PLL set for BOARD_BootClockRUN configuration.
Definition at line 133 of file clock_config.c.
const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN |
Sys PLL for BOARD_BootClockRUN configuration.
Definition at line 138 of file clock_config.c.
uint32_t SystemCoreClock |
const clock_usb_pll_config_t usb1PllConfig_BOARD_BootClockRUN |
Usb1 PLL set for BOARD_BootClockRUN configuration.
Definition at line 145 of file clock_config.c.