MCUXpresso_LPC55S69/devices/LPC55S69/project_template/peripherals.h

40 lines
1.6 KiB
C
Raw Normal View History

2022-04-08 14:42:47 +00:00
/*
* Copyright 2017-2023 NXP
2022-04-08 14:42:47 +00:00
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/***********************************************************************************************************************
* This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
* will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
**********************************************************************************************************************/
2022-04-08 14:42:47 +00:00
#ifndef _PERIPHERALS_H_
#define _PERIPHERALS_H_
/***********************************************************************************************************************
* Included files
**********************************************************************************************************************/
#include "fsl_common.h"
2022-04-08 14:42:47 +00:00
#if defined(__cplusplus)
extern "C" {
#endif /* __cplusplus */
/***********************************************************************************************************************
* Initialization functions
**********************************************************************************************************************/
void BOARD_InitPeripherals(void);
/***********************************************************************************************************************
2022-04-08 14:42:47 +00:00
* BOARD_InitBootPeripherals function
**********************************************************************************************************************/
2022-04-08 14:42:47 +00:00
void BOARD_InitBootPeripherals(void);
#if defined(__cplusplus)
}
#endif
2022-04-08 14:42:47 +00:00
#endif /* _PERIPHERALS_H_ */