ISSDK  1.8
IoT Sensing Software Development Kit
Functions | Variables
clock_config.c File Reference
#include "clock_config.h"
#include "fsl_iomuxc.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_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...
 
const clock_enet_pll_config_t enetPllConfig_BOARD_BootClockRUN
 Enet 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 137 of file clock_config.c.

References BOARD_BOOTCLOCKRUN_CORE_CLOCK, enetPllConfig_BOARD_BootClockRUN, 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

◆ enetPllConfig_BOARD_BootClockRUN

const clock_enet_pll_config_t enetPllConfig_BOARD_BootClockRUN
Initial value:
= {
.enableClkOutput500M = true,
.src = 0,
}

Enet PLL set for BOARD_BootClockRUN configuration.

Definition at line 130 of file clock_config.c.

Referenced by BOARD_BootClockRUN().

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

Referenced by BOARD_BootClockRUN().

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

Referenced by BOARD_BootClockRUN().