1 /*
2  * Copyright 2022 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 _PIN_MUX_H_
13 #define _PIN_MUX_H_
14 
15 /*!
16  * @addtogroup pin_mux
17  * @{
18  */
19 
20 /***********************************************************************************************************************
21  * API
22  **********************************************************************************************************************/
23 
24 #if defined(__cplusplus)
25 extern "C" {
26 #endif
27 
28 /*!
29  * @brief Calls initialization functions.
30  *
31  */
32 void BOARD_InitBootPins(void);
33 
34 /*!
35  * @brief Configures pin routing and optionally pin electrical features.
36  *
37  */
38 void BOARD_InitPins(void);                    /* Function assigned for the Cortex-M7F */
39 
40 #if defined(__cplusplus)
41 }
42 #endif
43 
44 /*!
45  * @}
46  */
47 #endif /* _PIN_MUX_H_ */
48 
49 /***********************************************************************************************************************
50  * EOF
51  **********************************************************************************************************************/
52