19 lines
1.1 KiB
C
19 lines
1.1 KiB
C
/* generated vector source file - do not edit */
|
|
#include "bsp_api.h"
|
|
/* Do not build these data structures if no interrupts are currently allocated because IAR will have build errors. */
|
|
#if VECTOR_DATA_IRQ_COUNT > 0
|
|
BSP_DONT_REMOVE const fsp_vector_t g_vector_table[BSP_ICU_VECTOR_MAX_ENTRIES] BSP_PLACE_IN_SECTION(BSP_SECTION_APPLICATION_VECTORS) =
|
|
{
|
|
[0] = sci_uart_rxi_isr, /* SCI6 RXI (Received data full) */
|
|
[1] = sci_uart_txi_isr, /* SCI6 TXI (Transmit data empty) */
|
|
[2] = sci_uart_tei_isr, /* SCI6 TEI (Transmit end) */
|
|
[3] = sci_uart_eri_isr, /* SCI6 ERI (Receive error) */
|
|
};
|
|
const bsp_interrupt_event_t g_interrupt_event_link_select[BSP_ICU_VECTOR_MAX_ENTRIES] =
|
|
{
|
|
[0] = BSP_PRV_IELS_ENUM(EVENT_SCI6_RXI), /* SCI6 RXI (Received data full) */
|
|
[1] = BSP_PRV_IELS_ENUM(EVENT_SCI6_TXI), /* SCI6 TXI (Transmit data empty) */
|
|
[2] = BSP_PRV_IELS_ENUM(EVENT_SCI6_TEI), /* SCI6 TEI (Transmit end) */
|
|
[3] = BSP_PRV_IELS_ENUM(EVENT_SCI6_ERI), /* SCI6 ERI (Receive error) */
|
|
};
|
|
#endif |