Go to the source code of this file.
Functions | |
void | LPUART_DRV_IRQHandler (uint32_t instance) |
void | LPUART0_IrqHandler (void) |
LPUART0 interrupt handler. More... | |
void | LPUART1_IrqHandler (void) |
LPUART1 interrupt handler. More... | |
Variables | |
isr_t | g_lpuartIsr [(2u)] |
void LPUART0_IrqHandler | ( | void | ) |
LPUART0 interrupt handler.
Definition at line 41 of file lpuart_irq.c.
void LPUART1_IrqHandler | ( | void | ) |
LPUART1 interrupt handler.
Definition at line 49 of file lpuart_irq.c.
void LPUART_DRV_IRQHandler | ( | uint32_t | instance | ) |
Definition at line 1044 of file lpuart_driver.c.
isr_t g_lpuartIsr[(2u)] |
Array storing references to LPUART irq handlers
Definition at line 72 of file lpuart_irq.c.