1 /* 2 * Copyright 2024 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 _PERIPHERALS_H_ 13 #define _PERIPHERALS_H_ 14 15 #if defined(__cplusplus) 16 extern "C" { 17 #endif /* __cplusplus */ 18 19 /*********************************************************************************************************************** 20 * Initialization functions 21 **********************************************************************************************************************/ 22 void BOARD_InitPeripherals(void); 23 24 /*********************************************************************************************************************** 25 * BOARD_InitBootPeripherals function 26 **********************************************************************************************************************/ 27 void BOARD_InitBootPeripherals(void); 28 29 #if defined(__cplusplus) 30 } 31 #endif 32 33 #endif /* _PERIPHERALS_H_ */ 34