Home
last modified time | relevance | path

Searched refs:UUART_ABR_INT_MASK (Results 1 – 6 of 6) sorted by relevance

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dusci_uart.c48 if(u32Mask & UUART_ABR_INT_MASK) /* Clear Auto-baud Rate Interrupt */ in UUART_ClearIntFlag()
112 u32Tmp1 = (u32Mask & UUART_ABR_INT_MASK); in UUART_GetIntFlag()
116 u32IntFlag |= UUART_ABR_INT_MASK; in UUART_GetIntFlag()
209 if((u32Mask & UUART_ABR_INT_MASK) == UUART_ABR_INT_MASK) in UUART_DisableInt()
274 if((u32Mask & UUART_ABR_INT_MASK) == UUART_ABR_INT_MASK) in UUART_EnableInt()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dusci_uart.c48 if(u32Mask & UUART_ABR_INT_MASK) /* Clear Auto-baud Rate Interrupt */ in UUART_ClearIntFlag()
111 u32Tmp1 = (u32Mask & UUART_ABR_INT_MASK); in UUART_GetIntFlag()
115 u32IntFlag |= UUART_ABR_INT_MASK; in UUART_GetIntFlag()
209 if((u32Mask & UUART_ABR_INT_MASK) == UUART_ABR_INT_MASK) in UUART_DisableInt()
274 if((u32Mask & UUART_ABR_INT_MASK) == UUART_ABR_INT_MASK) in UUART_EnableInt()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dusci_uart.c48 if(u32Mask & UUART_ABR_INT_MASK) /* Clear Auto-baud Rate Interrupt */ in UUART_ClearIntFlag()
111 u32Tmp1 = (u32Mask & UUART_ABR_INT_MASK); in UUART_GetIntFlag()
115 u32IntFlag |= UUART_ABR_INT_MASK; in UUART_GetIntFlag()
209 if((u32Mask & UUART_ABR_INT_MASK) == UUART_ABR_INT_MASK) in UUART_DisableInt()
274 if((u32Mask & UUART_ABR_INT_MASK) == UUART_ABR_INT_MASK) in UUART_EnableInt()
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dusci_uart.h52 #define UUART_ABR_INT_MASK (0x002ul) /*!< Auto-baud rate interrupt mask \hideinitializer */ macro
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dusci_uart.h52 #define UUART_ABR_INT_MASK (0x002ul) /*!< Auto-baud rate interrupt mask \hideinitializer */ macro
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dusci_uart.h52 #define UUART_ABR_INT_MASK (0x002ul) /*!< Auto-baud rate interrupt mask \hideinitializer */ macro