aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8QX1/project_template/clock_config.h
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-04-10 12:13:40 +0100
committerAkshay <[email protected]>2022-04-10 12:13:40 +0100
commitdc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch)
tree4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8QX1/project_template/clock_config.h
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8QX1/project_template/clock_config.h')
-rw-r--r--lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8QX1/project_template/clock_config.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8QX1/project_template/clock_config.h b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8QX1/project_template/clock_config.h
new file mode 100644
index 000000000..758db2fc8
--- /dev/null
+++ b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMX8QX1/project_template/clock_config.h
@@ -0,0 +1,29 @@
1/*
2 * Copyright (c) 2016, Freescale Semiconductor, Inc.
3 * Copyright 2017-2018 NXP
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7#ifndef _CLOCK_CONFIG_H_
8#define _CLOCK_CONFIG_H_
9
10/*******************************************************************************
11 * Definitions
12 ******************************************************************************/
13
14/*******************************************************************************
15 * API
16 ******************************************************************************/
17#if defined(__cplusplus)
18extern "C" {
19#endif /* __cplusplus*/
20
21void BOARD_BootClockVLPR(void);
22void BOARD_BootClockRUN(void);
23void BOARD_BootClockHSRUN(void);
24
25#if defined(__cplusplus)
26}
27#endif /* __cplusplus*/
28
29#endif /* _CLOCK_CONFIG_H_ */