#include "lpuart_irq.h"
Go to the source code of this file.
Functions | |
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.
isr_t g_lpuartIsr[(2u)] |
Array storing references to LPUART irq handlers
Definition at line 72 of file lpuart_irq.c.