1 /* 2 * Copyright 2017-2021 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 #ifndef _PERIPHERALS_H_ 14 #define _PERIPHERALS_H_ 15 16 /*********************************************************************************************************************** 17 * Included files 18 **********************************************************************************************************************/ 19 #include "fsl_common.h" 20 21 #if defined(__cplusplus) 22 extern "C" { 23 #endif /* __cplusplus */ 24 25 /*********************************************************************************************************************** 26 * Initialization functions 27 **********************************************************************************************************************/ 28 29 void BOARD_InitPeripherals_cm33_core0(void); 30 31 /*********************************************************************************************************************** 32 * BOARD_InitBootPeripherals function 33 **********************************************************************************************************************/ 34 void BOARD_InitBootPeripherals(void); 35 36 #if defined(__cplusplus) 37 } 38 #endif 39 40 #endif /* _PERIPHERALS_H_ */ 41