vector_data.c 1.5 KB

12345678910111213141516171819202122232425
  1. /* generated vector source file - do not edit */
  2. #include "bsp_api.h"
  3. /* Do not build these data structures if no interrupts are currently allocated because IAR will have build errors. */
  4. #if VECTOR_DATA_IRQ_COUNT > 0
  5. BSP_DONT_REMOVE const fsp_vector_t g_vector_table[BSP_ICU_VECTOR_MAX_ENTRIES] =
  6. {
  7. [12] = r_icu_isr, /* IRQ6 (External pin interrupt 6) */
  8. [13] = r_icu_isr, /* IRQ7 (External pin interrupt 7) */
  9. [288] = sci_uart_eri_isr, /* SCI0_ERI (SCI0 Receive error) */
  10. [289] = sci_uart_rxi_isr, /* SCI0_RXI (SCI0 Receive data full) */
  11. [290] = sci_uart_txi_isr, /* SCI0_TXI (SCI0 Transmit data empty) */
  12. [291] = sci_uart_tei_isr, /* SCI0_TEI (SCI0 Transmit end) */
  13. };
  14. #if (1 == BSP_FEATURE_BSP_IRQ_CR52_SEL_SUPPORTED)
  15. const bsp_interrupt_event_t g_interrupt_event_link_select[BSP_ICU_VECTOR_MAX_ENTRIES] =
  16. {
  17. [12] = BSP_PRV_CR52_SEL_ENUM(EVENT_IRQ6), /* IRQ6 (External pin interrupt 6) */
  18. [13] = BSP_PRV_CR52_SEL_ENUM(EVENT_IRQ7), /* IRQ7 (External pin interrupt 7) */
  19. [288] = BSP_PRV_CR52_SEL_ENUM(EVENT_SCI0_ERI), /* SCI0_ERI (SCI0 Receive error) */
  20. [289] = BSP_PRV_CR52_SEL_ENUM(EVENT_SCI0_RXI), /* SCI0_RXI (SCI0 Receive data full) */
  21. [290] = BSP_PRV_CR52_SEL_ENUM(EVENT_SCI0_TXI), /* SCI0_TXI (SCI0 Transmit data empty) */
  22. [291] = BSP_PRV_CR52_SEL_ENUM(EVENT_SCI0_TEI), /* SCI0_TEI (SCI0 Transmit end) */
  23. };
  24. #endif
  25. #endif