Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlpuart.h346 #define LPUART_DISABLE_INT(lpuart, u32eIntSel) ((lpuart)->INTEN &= ~ (u32eIntSel)) macro
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlpuart.c122 LPUART_DISABLE_INT(lpuart, u32InterruptFlag); in LPUART_DisableInt()