pin_mux.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*
  2. * Copyright 2020-2021 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 _PIN_MUX_H_
  12. #define _PIN_MUX_H_
  13. /*!
  14. * @addtogroup pin_mux
  15. * @{
  16. */
  17. /***********************************************************************************************************************
  18. * API
  19. **********************************************************************************************************************/
  20. #if defined(__cplusplus)
  21. extern "C" {
  22. #endif
  23. /*!
  24. * @brief Calls initialization functions.
  25. *
  26. */
  27. void BOARD_InitBootPins(void);
  28. /*!
  29. * @brief Configures pin routing and optionally pin electrical features.
  30. *
  31. */
  32. void BOARD_InitPins(void); /* Function assigned for the Cortex-M7F */
  33. #if defined(__cplusplus)
  34. }
  35. #endif
  36. /*!
  37. * @}
  38. */
  39. #endif /* _PIN_MUX_H_ */
  40. /***********************************************************************************************************************
  41. * EOF
  42. **********************************************************************************************************************/