1 /*
2 * Copyright 2019 NXP
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
8 /***********************************************************************************************************************
9 * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
10 * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
11 **********************************************************************************************************************/
12
13 /* clang-format off */
14 /*
15 * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
16 !!GlobalInfo
17 product: Pins v6.0
18 processor: MKE16Z64xxx4
19 mcu_data: ksdk2_0
20 processor_version: 0.0.6
21 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
22 */
23 /* clang-format on */
24
25 #include "fsl_common.h"
26 #include "pin_mux.h"
27
28 /* FUNCTION ************************************************************************************************************
29 *
30 * Function Name : BOARD_InitBootPins
31 * Description : Calls initialization functions.
32 *
33 * END ****************************************************************************************************************/
BOARD_InitBootPins(void)34 void BOARD_InitBootPins(void)
35 {
36 BOARD_InitPins();
37 }
38
39 /* clang-format off */
40 /*
41 * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
42 BOARD_InitPins:
43 - options: {callFromInitBoot: 'true', enableClock: 'true'}
44 - pin_list: []
45 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
46 */
47 /* clang-format on */
48
49 /* FUNCTION ************************************************************************************************************
50 *
51 * Function Name : BOARD_InitPins
52 * Description : Configures pin routing and optionally pin electrical features.
53 *
54 * END ****************************************************************************************************************/
BOARD_InitPins(void)55 void BOARD_InitPins(void)
56 {
57 }
58 /***********************************************************************************************************************
59 * EOF
60 **********************************************************************************************************************/
61