![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
#include "fsl_common.h"
Go to the source code of this file.
Macros | |
#define | BOARD_XTAL0_CLK_HZ 24000000U |
#define | BOARD_XTAL32K_CLK_HZ 32768U |
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_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... | |
#define BOARD_XTAL0_CLK_HZ 24000000U |
Board xtal0 frequency in Hz
Definition at line 15 of file clock_config.h.
#define BOARD_XTAL32K_CLK_HZ 32768U |
Board xtal32k frequency in Hz
Definition at line 17 of file clock_config.h.
void BOARD_BootClockRUN | ( | void | ) |
This function executes configuration of clocks.
This function executes configuration of clocks.
void |
Definition at line 168 of file clock_config.c.
void BOARD_InitBootClocks | ( | void | ) |
This function executes default configuration of clocks.
Definition at line 52 of file clock_config.c.
const clock_sys_pll_config_t sysPllConfig_BOARD_BootClockRUN |
Sys PLL for BOARD_BootClockRUN configuration.
Definition at line 120 of file clock_config.c.
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.