pin_mux.c 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*
  2. * Copyright 2020 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. /*
  12. * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
  13. !!GlobalInfo
  14. product: Pins v8.0
  15. processor: MIMXRT1176xxxxx
  16. mcu_data: ksdk2_0
  17. processor_version: 0.0.0
  18. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
  19. */
  20. #include "fsl_common.h"
  21. #include "pin_mux.h"
  22. /* FUNCTION ************************************************************************************************************
  23. *
  24. * Function Name : BOARD_InitBootPins
  25. * Description : Calls initialization functions.
  26. *
  27. * END ****************************************************************************************************************/
  28. void BOARD_InitBootPins(void) {
  29. BOARD_InitPins();
  30. }
  31. /*
  32. * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
  33. BOARD_InitPins:
  34. - options: {callFromInitBoot: 'true', enableClock: 'true'}
  35. - pin_list: []
  36. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
  37. */
  38. /* FUNCTION ************************************************************************************************************
  39. *
  40. * Function Name : BOARD_InitPins, assigned for the Cortex-M7F core.
  41. * Description : Configures pin routing and optionally pin electrical features.
  42. *
  43. * END ****************************************************************************************************************/
  44. void BOARD_InitPins(void) {
  45. }
  46. /***********************************************************************************************************************
  47. * EOF
  48. **********************************************************************************************************************/