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 [288] = sci_uart_eri_isr, /* SCI0_ERI (SCI0 Receive error) */ 8 [289] = sci_uart_rxi_isr, /* SCI0_RXI (SCI0 Receive data full) */ 9 [290] = sci_uart_txi_isr, /* SCI0_TXI (SCI0 Transmit data empty) */ 10 [291] = sci_uart_tei_isr, /* SCI0_TEI (SCI0 Transmit end) */ 11 }; 12 #endif