ISSDK  1.8
IoT Sensing Software Development Kit
Macros | Functions | Variables
clock_config.h File Reference
#include "fsl_common.h"
Include dependency graph for clock_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOARD_XTAL0_CLK_HZ   24000000U
 
#define BOARD_XTAL32K_CLK_HZ   32768U
 
#define BOARD_BOOTCLOCKRUN_CORE_CLOCK   600000000U
 

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

const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN
 Arm PLL set for BOARD_BootClockRUN configuration. More...
 
const clock_usb_pll_config_t usb1PllConfig_BOARD_BootClockRUN
 Usb1 PLL set for BOARD_BootClockRUN configuration. More...
 
const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN
 Sys PLL for BOARD_BootClockRUN configuration. More...
 

Macro Definition Documentation

◆ BOARD_BOOTCLOCKRUN_CORE_CLOCK

#define BOARD_BOOTCLOCKRUN_CORE_CLOCK   600000000U

Core clock frequency: 600000000Hz

Definition at line 43 of file clock_config.h.

◆ BOARD_XTAL0_CLK_HZ

#define BOARD_XTAL0_CLK_HZ   24000000U

Board xtal0 frequency in Hz

Definition at line 16 of file clock_config.h.

◆ BOARD_XTAL32K_CLK_HZ

#define BOARD_XTAL32K_CLK_HZ   32768U

Board xtal32k frequency in Hz

Definition at line 18 of file clock_config.h.

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

◆ BOARD_InitBootClocks()

void BOARD_InitBootClocks ( void  )

This function executes default configuration of clocks.

Definition at line 52 of file clock_config.c.

Variable Documentation

◆ armPllConfig_BOARD_BootClockRUN

const clock_arm_pll_config_t armPllConfig_BOARD_BootClockRUN

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

Sys PLL for BOARD_BootClockRUN configuration.

Definition at line 120 of file clock_config.c.

◆ usb1PllConfig_BOARD_BootClockRUN

const clock_usb_pll_config_t usb1PllConfig_BOARD_BootClockRUN

Usb1 PLL set for BOARD_BootClockRUN configuration.

Definition at line 126 of file clock_config.c.