44 #if (LPUART_INSTANCE_COUNT > 0U)
45 static void LIN_LPUART0_RxTx_IRQHandler(
void)
50 #ifdef LPUART_ERR_IRQS
51 static void LIN_LPUART0_ERR_IRQHandler(
void)
58 #if (LPUART_INSTANCE_COUNT > 1U)
59 static void LIN_LPUART1_RxTx_IRQHandler(
void)
64 #ifdef LPUART_ERR_IRQS
65 static void LIN_LPUART1_ERR_IRQHandler(
void)
72 #if (LPUART_INSTANCE_COUNT > 2U)
73 static void LIN_LPUART2_RxTx_IRQHandler(
void)
78 #ifdef LPUART_ERR_IRQS
79 static void LIN_LPUART2_ERR_IRQHandler(
void)
88 #if (LPUART_INSTANCE_COUNT > 0U)
89 LIN_LPUART0_RxTx_IRQHandler,
91 #if (LPUART_INSTANCE_COUNT > 1U)
92 LIN_LPUART1_RxTx_IRQHandler,
94 #if (LPUART_INSTANCE_COUNT > 2U)
95 LIN_LPUART2_RxTx_IRQHandler,
99 #ifdef LPUART_ERR_IRQS
102 #if (LPUART_INSTANCE_COUNT > 0U)
103 LIN_LPUART0_ERR_IRQHandler,
105 #if (LPUART_INSTANCE_COUNT > 1U)
106 LIN_LPUART1_ERR_IRQHandler,
108 #if (LPUART_INSTANCE_COUNT > 2U)
109 LIN_LPUART2_ERR_IRQHandler,
isr_t g_linLpuartIsrs[LPUART_INSTANCE_COUNT]
void LIN_DRV_IRQHandler(uint32_t instance)
Interrupt handler for LIN Hardware Interface.
#define LPUART_INSTANCE_COUNT
void(* isr_t)(void)
Interrupt handler type.