![]() |
S32 SDK
|
#include "device_registers.h"
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... | |
void | LPUART2_IrqHandler (void) |
LPUART2 interrupt handler. More... | |
void LPUART0_IrqHandler | ( | void | ) |
LPUART0 interrupt handler.
Definition at line 49 of file lpuart_irq.c.
void LPUART1_IrqHandler | ( | void | ) |
LPUART1 interrupt handler.
Definition at line 57 of file lpuart_irq.c.
void LPUART2_IrqHandler | ( | void | ) |
LPUART2 interrupt handler.
Definition at line 65 of file lpuart_irq.c.
void LPUART_DRV_IRQHandler | ( | uint32_t | instance | ) |
Definition at line 724 of file lpuart_driver.c.