peripherals.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * Copyright 2018 NXP.
  3. * All rights reserved.
  4. *
  5. * SPDX-License-Identifier: BSD-3-Clause
  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. #ifndef _PERIPHERALS_H_
  12. #define _PERIPHERALS_H_
  13. #if defined(__cplusplus)
  14. extern "C" {
  15. #endif /* __cplusplus */
  16. /***********************************************************************************************************************
  17. * Initialization functions
  18. **********************************************************************************************************************/
  19. void BOARD_InitPeripherals(void);
  20. /***********************************************************************************************************************
  21. * BOARD_InitBootPeripherals function
  22. **********************************************************************************************************************/
  23. void BOARD_InitBootPeripherals(void);
  24. #if defined(__cplusplus)
  25. }
  26. #endif
  27. #endif /* _PERIPHERALS_H_ */