1 /*
2  * Copyright 2020 NXP
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /***********************************************************************************************************************
8  * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
9  * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
10  **********************************************************************************************************************/
11 
12 #ifndef _CLOCK_CONFIG_H_
13 #define _CLOCK_CONFIG_H_
14 
15 #include "fsl_common.h"
16 
17 /*******************************************************************************
18  * Definitions
19  ******************************************************************************/
20 #define BOARD_XTAL32K_CLK_HZ                          32768U  /*!< Board xtal32K frequency in Hz */
21 
22 /*******************************************************************************
23  ************************ BOARD_InitBootClocks function ************************
24  ******************************************************************************/
25 
26 #if defined(__cplusplus)
27 extern "C" {
28 #endif /* __cplusplus*/
29 
30 /*!
31  * @brief This function executes default configuration of clocks.
32  *
33  */
34 void BOARD_InitBootClocks(void);
35 
36 #if defined(__cplusplus)
37 }
38 #endif /* __cplusplus*/
39 
40 /*******************************************************************************
41  ********************** Configuration BOARD_BootClockRUN ***********************
42  ******************************************************************************/
43 /*******************************************************************************
44  * Definitions for BOARD_BootClockRUN configuration
45  ******************************************************************************/
46 #define BOARD_BOOTCLOCKRUN_CORE_CLOCK               1000000U  /*!< Core clock frequency: 1000000Hz */
47 
48 
49 /*******************************************************************************
50  * API for BOARD_BootClockRUN configuration
51  ******************************************************************************/
52 #if defined(__cplusplus)
53 extern "C" {
54 #endif /* __cplusplus*/
55 
56 /*!
57  * @brief This function executes configuration of clocks.
58  *
59  */
60 void BOARD_BootClockRUN(void);
61 
62 #if defined(__cplusplus)
63 }
64 #endif /* __cplusplus*/
65 
66 #endif /* _CLOCK_CONFIG_H_ */
67 
68