![]() |
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_enet_pll_config_t | enetPllConfig_BOARD_BootClockRUN |
Enet 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 133 of file clock_config.c.
References BOARD_XTAL0_CLK_HZ, BOARD_XTAL32K_CLK_HZ, enetPllConfig_BOARD_BootClockRUN, sysPllConfig_BOARD_BootClockRUN, and usb1PllConfig_BOARD_BootClockRUN.
void BOARD_InitBootClocks | ( | void | ) |
This function executes default configuration of clocks.
Definition at line 47 of file clock_config.c.
References BOARD_BootClockRUN().
const clock_enet_pll_config_t enetPllConfig_BOARD_BootClockRUN |
Enet PLL set for BOARD_BootClockRUN configuration.
Definition at line 121 of file clock_config.c.
const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN |
Sys PLL for BOARD_BootClockRUN configuration.
Definition at line 124 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 127 of file clock_config.c.