diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/mekmimx8qx/project_template/clock_config.h')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/boards/mekmimx8qx/project_template/clock_config.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/mekmimx8qx/project_template/clock_config.h b/lib/chibios-contrib/ext/mcux-sdk/boards/mekmimx8qx/project_template/clock_config.h new file mode 100644 index 000000000..5072ff4cd --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/boards/mekmimx8qx/project_template/clock_config.h | |||
@@ -0,0 +1,30 @@ | |||
1 | /* | ||
2 | * Copyright 2017-2018 NXP | ||
3 | * All rights reserved. | ||
4 | * | ||
5 | * | ||
6 | * SPDX-License-Identifier: BSD-3-Clause | ||
7 | */ | ||
8 | #ifndef _CLOCK_CONFIG_H_ | ||
9 | #define _CLOCK_CONFIG_H_ | ||
10 | |||
11 | /******************************************************************************* | ||
12 | * Definitions | ||
13 | ******************************************************************************/ | ||
14 | |||
15 | /******************************************************************************* | ||
16 | * API | ||
17 | ******************************************************************************/ | ||
18 | #if defined(__cplusplus) | ||
19 | extern "C" { | ||
20 | #endif /* __cplusplus*/ | ||
21 | |||
22 | void BOARD_BootClockVLPR(void); | ||
23 | void BOARD_BootClockRUN(void); | ||
24 | void BOARD_BootClockHSRUN(void); | ||
25 | |||
26 | #if defined(__cplusplus) | ||
27 | } | ||
28 | #endif /* __cplusplus*/ | ||
29 | |||
30 | #endif /* _CLOCK_CONFIG_H_ */ | ||