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_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...
 

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 153 of file clock_config.c.

References armPllConfig_BOARD_BootClockRUN, BOARD_BOOTCLOCKRUN_CORE_CLOCK, sysPllConfig_BOARD_BootClockRUN, SystemCoreClock, and usb1PllConfig_BOARD_BootClockRUN.

◆ BOARD_InitBootClocks()

void BOARD_InitBootClocks ( void  )

This function executes default configuration of clocks.

Definition at line 48 of file clock_config.c.

References BOARD_BootClockRUN().

Here is the call graph for this function:

Variable Documentation

◆ armPllConfig_BOARD_BootClockRUN

const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN
Initial value:
=
{
.loopDivider = 100,
.src = 0,
}

Arm PLL set for BOARD_BootClockRUN configuration.

Definition at line 133 of file clock_config.c.

◆ sysPllConfig_BOARD_BootClockRUN

const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN
Initial value:
=
{
.loopDivider = 1,
.numerator = 0,
.denominator = 1,
.src = 0,
}

Sys PLL for BOARD_BootClockRUN configuration.

Definition at line 138 of file clock_config.c.

◆ SystemCoreClock

uint32_t SystemCoreClock

◆ usb1PllConfig_BOARD_BootClockRUN

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

Usb1 PLL set for BOARD_BootClockRUN configuration.

Definition at line 145 of file clock_config.c.