Home
last modified time | relevance | path

Searched refs:LPUART_ENABLE_INT (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlpuart.h323 #define LPUART_ENABLE_INT(lpuart, u32eIntSel) ((lpuart)->INTEN |= (u32eIntSel)) macro
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlpuart.c168 LPUART_ENABLE_INT(lpuart, u32InterruptFlag); in LPUART_EnableInt()