ISSDK  1.8
IoT Sensing Software Development Kit
Functions | Variables
clock_config.c File Reference
#include "clock_config.h"
Include dependency graph for clock_config.c:

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 g_enetPllConfig_BOARD_BootClockRUN
 
const clock_sys_pll_config_t g_sysPllConfig_BOARD_BootClockRUN
 
const clock_usb_pll_config_t g_usb1PllConfig_BOARD_BootClockRUN
 

Function Documentation

◆ BOARD_BootClockRUN()

void BOARD_BootClockRUN ( void  )

This function executes configuration of clocks.

This function executes configuration of clocks.

Parameters
void
Returns
void

Definition at line 134 of file clock_config.c.

References BOARD_XTAL0_CLK_HZ, BOARD_XTAL32K_CLK_HZ, g_enetPllConfig_BOARD_BootClockRUN, g_sysPllConfig_BOARD_BootClockRUN, and g_usb1PllConfig_BOARD_BootClockRUN.

◆ BOARD_InitBootClocks()

void BOARD_InitBootClocks ( void  )

This function executes default configuration of clocks.

Definition at line 47 of file clock_config.c.

References BOARD_BootClockRUN().

Here is the call graph for this function:

Variable Documentation

◆ g_enetPllConfig_BOARD_BootClockRUN

const clock_enet_pll_config_t g_enetPllConfig_BOARD_BootClockRUN
Initial value:
=
{
.enableClkOutput500M = true,
}

Definition at line 119 of file clock_config.c.

Referenced by BOARD_BootClockRUN().

◆ g_sysPllConfig_BOARD_BootClockRUN

const clock_sys_pll_config_t g_sysPllConfig_BOARD_BootClockRUN
Initial value:
=
{
.loopDivider = 1,
}

Definition at line 123 of file clock_config.c.

◆ g_usb1PllConfig_BOARD_BootClockRUN

const clock_usb_pll_config_t g_usb1PllConfig_BOARD_BootClockRUN
Initial value:
=
{
.loopDivider = 0,
}

Definition at line 127 of file clock_config.c.

Referenced by BOARD_BootClockRUN().

◆ SystemCoreClock

uint32_t SystemCoreClock