peripherals.c 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. /* clang-format off */
  6. /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
  7. !!GlobalInfo
  8. product: Peripherals v9.0
  9. processor: LPC55S69
  10. package_id: LPC55S69JBD64
  11. mcu_data: ksdk2_0
  12. processor_version: 9.0.3
  13. functionalGroups:
  14. - name: BOARD_InitPeripherals
  15. UUID: 85f4cd0c-3b58-4e23-a413-239f6952f139
  16. called_from_default_init: true
  17. selectedCore: cm33_core0
  18. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
  19. /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
  20. component:
  21. - type: 'system'
  22. - type_id: 'system_54b53072540eeeb8f8e9343e71f28176'
  23. - global_system_definitions:
  24. - user_definitions: ''
  25. - user_includes: ''
  26. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
  27. /* clang-format on */
  28. /***********************************************************************************************************************
  29. * Included files
  30. **********************************************************************************************************************/
  31. #include "peripherals.h"
  32. /***********************************************************************************************************************
  33. * BOARD_InitPeripherals functional group
  34. **********************************************************************************************************************/
  35. /***********************************************************************************************************************
  36. * NVIC initialization code
  37. **********************************************************************************************************************/
  38. /* clang-format off */
  39. /* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
  40. instance:
  41. - name: 'NVIC'
  42. - type: 'nvic'
  43. - mode: 'general'
  44. - custom_name_enabled: 'false'
  45. - type_id: 'nvic_57b5eef3774cc60acaede6f5b8bddc67'
  46. - functional_group: 'BOARD_InitPeripherals'
  47. - peripheral: 'NVIC'
  48. - config_sets:
  49. - nvic:
  50. - interrupt_table: []
  51. - interrupts: []
  52. * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS **********/
  53. /* clang-format on */
  54. /* Empty initialization function (commented out)
  55. static void NVIC_init(void) {
  56. } */
  57. /***********************************************************************************************************************
  58. * Initialization functions
  59. **********************************************************************************************************************/
  60. void BOARD_InitPeripherals(void)
  61. {
  62. /* Initialize components */
  63. }
  64. /***********************************************************************************************************************
  65. * BOARD_InitBootPeripherals function
  66. **********************************************************************************************************************/
  67. void BOARD_InitBootPeripherals(void)
  68. {
  69. BOARD_InitPeripherals();
  70. }