peripherals.h 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. /***********************************************************************************************************************
  2. * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file
  3. * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.
  4. **********************************************************************************************************************/
  5. #ifndef _PERIPHERALS_H_
  6. #define _PERIPHERALS_H_
  7. /***********************************************************************************************************************
  8. * Included files
  9. **********************************************************************************************************************/
  10. #include "fsl_common.h"
  11. #if defined(__cplusplus)
  12. extern "C" {
  13. #endif /* __cplusplus */
  14. /***********************************************************************************************************************
  15. * Initialization functions
  16. **********************************************************************************************************************/
  17. void BOARD_InitPeripherals(void);
  18. /***********************************************************************************************************************
  19. * BOARD_InitBootPeripherals function
  20. **********************************************************************************************************************/
  21. void BOARD_InitBootPeripherals(void);
  22. #if defined(__cplusplus)
  23. }
  24. #endif
  25. #endif /* _PERIPHERALS_H_ */