Searched refs:UUART_ABR_INT_MASK (Results 1 – 6 of 6) sorted by relevance
48 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()
48 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()
52 #define UUART_ABR_INT_MASK (0x002ul) /*!< Auto-baud rate interrupt mask \hideinitializer */ macro