![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
#include "fsl_common.h"
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 | |
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... | |
const clock_enet_pll_config_t | enetPllConfig_BOARD_BootClockRUN |
Enet PLL set for BOARD_BootClockRUN configuration. More... | |
#define BOARD_BOOTCLOCKRUN_ADC_ALT_CLK 40000000UL |
Definition at line 46 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_CKIL_SYNC_CLK_ROOT 32768UL |
Definition at line 47 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_CLK_1M 1000000UL |
Definition at line 50 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_CLK_24M 24000000UL |
Definition at line 51 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_CLKO1_CLK 0UL |
Definition at line 48 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_CLKO2_CLK 0UL |
Definition at line 49 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_CORE_CLK_ROOT 500000000UL |
Definition at line 52 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_CORE_CLOCK 500000000U |
Core clock frequency: 500000000Hz
Definition at line 43 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_ENET_500M_REF_CLK 500000000UL |
Definition at line 53 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_FLEXIO1_CLK_ROOT 30000000UL |
Definition at line 54 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_FLEXSPI_CLK_ROOT 132000000UL |
Definition at line 55 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_GPT1_IPG_CLK_HIGHFREQ 62500000UL |
Definition at line 56 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_GPT2_IPG_CLK_HIGHFREQ 62500000UL |
Definition at line 57 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_IPG_CLK_ROOT 125000000UL |
Definition at line 58 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_LPI2C_CLK_ROOT 60000000UL |
Definition at line 59 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_LPSPI_CLK_ROOT 105600000UL |
Definition at line 60 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_MQS_MCLK 63529411UL |
Definition at line 61 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_PERCLK_CLK_ROOT 62500000UL |
Definition at line 62 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SAI1_CLK_ROOT 63529411UL |
Definition at line 63 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SAI1_MCLK1 63529411UL |
Definition at line 64 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SAI1_MCLK2 63529411UL |
Definition at line 65 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SAI1_MCLK3 30000000UL |
Definition at line 66 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SAI3_CLK_ROOT 63529411UL |
Definition at line 67 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SAI3_MCLK1 63529411UL |
Definition at line 68 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SAI3_MCLK2 0UL |
Definition at line 69 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SAI3_MCLK3 30000000UL |
Definition at line 70 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SPDIF0_CLK_ROOT 30000000UL |
Definition at line 71 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_SPDIF0_EXTCLK_OUT 0UL |
Definition at line 72 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_TRACE_CLK_ROOT 117333333UL |
Definition at line 73 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_UART_CLK_ROOT 80000000UL |
Definition at line 74 of file clock_config.h.
#define BOARD_BOOTCLOCKRUN_USBPHY1_CLK 0UL |
Definition at line 75 of file clock_config.h.
#define BOARD_XTAL0_CLK_HZ 24000000U |
Board xtal0 frequency in Hz
Definition at line 16 of file clock_config.h.
#define BOARD_XTAL32K_CLK_HZ 32768U |
Board xtal32k frequency in Hz
Definition at line 18 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_enet_pll_config_t enetPllConfig_BOARD_BootClockRUN |
Enet PLL set for BOARD_BootClockRUN configuration.
Definition at line 130 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.