mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-15 21:40:18 +00:00
more reverted: re-add clock_config.h
This commit is contained in:
parent
1c5abc835f
commit
4b59f80100
164
hw/bsp/kinetis_k32l2/boards/frdm_k32l2a4s/clock_config.h
Normal file
164
hw/bsp/kinetis_k32l2/boards/frdm_k32l2a4s/clock_config.h
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2019 ,2021 NXP
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
*/
|
||||||
|
|
||||||
|
/***********************************************************************************************************************
|
||||||
|
* This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
|
||||||
|
* will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
|
||||||
|
**********************************************************************************************************************/
|
||||||
|
|
||||||
|
#ifndef _CLOCK_CONFIG_H_
|
||||||
|
#define _CLOCK_CONFIG_H_
|
||||||
|
|
||||||
|
#include "fsl_common.h"
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* Definitions
|
||||||
|
******************************************************************************/
|
||||||
|
#define BOARD_XTAL0_CLK_HZ 32768U /*!< Board xtal0 frequency in Hz */
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
************************ BOARD_InitBootClocks function ************************
|
||||||
|
******************************************************************************/
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @brief This function executes default configuration of clocks.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
void BOARD_InitBootClocks(void);
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus*/
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
********************** Configuration BOARD_BootClockRUN ***********************
|
||||||
|
******************************************************************************/
|
||||||
|
/*******************************************************************************
|
||||||
|
* Definitions for BOARD_BootClockRUN configuration
|
||||||
|
******************************************************************************/
|
||||||
|
#define BOARD_BOOTCLOCKRUN_CORE_CLOCK 48000000U /*!< Core clock frequency: 48000000Hz */
|
||||||
|
|
||||||
|
/*! @brief SCG set for BOARD_BootClockRUN configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_sys_clk_config_t g_sysClkConfig_BOARD_BootClockRUN;
|
||||||
|
/*! @brief System OSC set for BOARD_BootClockRUN configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_sosc_config_t g_scgSysOscConfig_BOARD_BootClockRUN;
|
||||||
|
/*! @brief SIRC set for BOARD_BootClockRUN configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_sirc_config_t g_scgSircConfig_BOARD_BootClockRUN;
|
||||||
|
/*! @brief FIRC set for BOARD_BootClockRUN configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_firc_config_t g_scgFircConfigBOARD_BootClockRUN;
|
||||||
|
extern const scg_spll_config_t g_scgSysPllConfigBOARD_BootClockRUN;
|
||||||
|
/*! @brief Low Power FLL set for BOARD_BootClockRUN configuration.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* API for BOARD_BootClockRUN configuration
|
||||||
|
******************************************************************************/
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @brief This function executes configuration of clocks.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
void BOARD_BootClockRUN(void);
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus*/
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
********************* Configuration BOARD_BootClockHSRUN **********************
|
||||||
|
******************************************************************************/
|
||||||
|
/*******************************************************************************
|
||||||
|
* Definitions for BOARD_BootClockHSRUN configuration
|
||||||
|
******************************************************************************/
|
||||||
|
#define BOARD_BOOTCLOCKHSRUN_CORE_CLOCK 96000000U /*!< Core clock frequency: 96000000Hz */
|
||||||
|
|
||||||
|
/*! @brief SCG set for BOARD_BootClockHSRUN configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_sys_clk_config_t g_sysClkConfig_BOARD_BootClockHSRUN;
|
||||||
|
/*! @brief System OSC set for BOARD_BootClockHSRUN configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_sosc_config_t g_scgSysOscConfig_BOARD_BootClockHSRUN;
|
||||||
|
/*! @brief SIRC set for BOARD_BootClockHSRUN configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_sirc_config_t g_scgSircConfig_BOARD_BootClockHSRUN;
|
||||||
|
/*! @brief FIRC set for BOARD_BootClockHSRUN configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_firc_config_t g_scgFircConfigBOARD_BootClockHSRUN;
|
||||||
|
extern const scg_spll_config_t g_scgSysPllConfigBOARD_BootClockHSRUN;
|
||||||
|
/*! @brief Low Power FLL set for BOARD_BootClockHSRUN configuration.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* API for BOARD_BootClockHSRUN configuration
|
||||||
|
******************************************************************************/
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @brief This function executes configuration of clocks.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
void BOARD_BootClockHSRUN(void);
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus*/
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
********************* Configuration BOARD_BootClockVLPR ***********************
|
||||||
|
******************************************************************************/
|
||||||
|
/*******************************************************************************
|
||||||
|
* Definitions for BOARD_BootClockVLPR configuration
|
||||||
|
******************************************************************************/
|
||||||
|
#define BOARD_BOOTCLOCKVLPR_CORE_CLOCK 8000000U /*!< Core clock frequency: 8000000Hz */
|
||||||
|
|
||||||
|
/*! @brief SCG set for BOARD_BootClockVLPR configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_sys_clk_config_t g_sysClkConfig_BOARD_BootClockVLPR;
|
||||||
|
/*! @brief System OSC set for BOARD_BootClockVLPR configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_sosc_config_t g_scgSysOscConfig_BOARD_BootClockVLPR;
|
||||||
|
/*! @brief SIRC set for BOARD_BootClockVLPR configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_sirc_config_t g_scgSircConfig_BOARD_BootClockVLPR;
|
||||||
|
/*! @brief FIRC set for BOARD_BootClockVLPR configuration.
|
||||||
|
*/
|
||||||
|
extern const scg_firc_config_t g_scgFircConfigBOARD_BootClockVLPR;
|
||||||
|
extern const scg_spll_config_t g_scgSysPllConfigBOARD_BootClockVLPR;
|
||||||
|
/*! @brief Low Power FLL set for BOARD_BootClockVLPR configuration.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*******************************************************************************
|
||||||
|
* API for BOARD_BootClockVLPR configuration
|
||||||
|
******************************************************************************/
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @brief This function executes configuration of clocks.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
void BOARD_BootClockVLPR(void);
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus*/
|
||||||
|
|
||||||
|
#endif /* _CLOCK_CONFIG_H_ */
|
Loading…
x
Reference in New Issue
Block a user