Go to the source code of this file.
Functions | |
void | BOARD_BootClockRUN (void) |
This function executes configuration of clocks. More... | |
void | BOARD_InitBootClocks (void) |
This function executes default configuration of clocks. More... | |
Variables | |
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... | |
uint32_t | SystemCoreClock |
const clock_usb_pll_config_t | usb1PllConfig_BOARD_BootClockRUN |
Usb1 PLL set for BOARD_BootClockRUN configuration. More... | |
const clock_video_pll_config_t | videoPllConfig_BOARD_BootClockRUN |
Video PLL set for BOARD_BootClockRUN configuration. More... | |
void BOARD_BootClockRUN | ( | void | ) |
This function executes configuration of clocks.
Definition at line 172 of file clock_config.c.
void BOARD_InitBootClocks | ( | void | ) |
This function executes default configuration of clocks.
Definition at line 48 of file clock_config.c.
const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN |
Arm PLL set for BOARD_BootClockRUN configuration.
Definition at line 144 of file clock_config.c.
const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN |
Sys PLL for BOARD_BootClockRUN configuration.
Definition at line 149 of file clock_config.c.
const clock_usb_pll_config_t usb1PllConfig_BOARD_BootClockRUN |
Usb1 PLL set for BOARD_BootClockRUN configuration.
Definition at line 156 of file clock_config.c.
const clock_video_pll_config_t videoPllConfig_BOARD_BootClockRUN |
Video PLL set for BOARD_BootClockRUN configuration.
Definition at line 161 of file clock_config.c.