Searched refs:USART_ISR_RXNE (Results 1 – 24 of 24) sorted by relevance
155 #define SMARTCARD_FLAG_RXNE USART_ISR_RXNE /*!< SMARTCARD read data register not em…
198 #define LL_LPUART_ISR_RXNE USART_ISR_RXNE /*!< Read data register no…1746 return (READ_BIT(LPUARTx->ISR, USART_ISR_RXNE) == (USART_ISR_RXNE)); in LL_LPUART_IsActiveFlag_RXNE()
429 #define IRDA_FLAG_RXNE USART_ISR_RXNE /*!< IRDA read data register no…
398 #define USART_FLAG_RXNE USART_ISR_RXNE /*!< USART read data register n…
240 #define LL_USART_ISR_RXNE USART_ISR_RXNE /*!< Read data regist…3130 return ((READ_BIT(USARTx->ISR, USART_ISR_RXNE) == (USART_ISR_RXNE)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_RXNE()
734 #define UART_FLAG_RXNE USART_ISR_RXNE /*!< UART read data register no…
167 #define LL_LPUART_ISR_RXNE USART_ISR_RXNE /*!< Read data register no…1351 return (READ_BIT(LPUARTx->ISR, USART_ISR_RXNE) == (USART_ISR_RXNE)); in LL_LPUART_IsActiveFlag_RXNE()
268 #define USART_FLAG_RXNE USART_ISR_RXNE /*!< USART read data register not empt…
329 #define IRDA_FLAG_RXNE USART_ISR_RXNE /*!< IRDA Read data register not empty…
208 #define LL_USART_ISR_RXNE USART_ISR_RXNE /*!< Read data regist…2581 return (READ_BIT(USARTx->ISR, USART_ISR_RXNE) == (USART_ISR_RXNE)); in LL_USART_IsActiveFlag_RXNE()
492 #define SMARTCARD_FLAG_RXNE USART_ISR_RXNE /*!< SMARTCARD read data register not em…
621 #define UART_FLAG_RXNE USART_ISR_RXNE /*!< UART read data register not empt…
1466 if(((isrflags & USART_ISR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_IRDA_IRQHandler()1516 if(((isrflags & USART_ISR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_IRDA_IRQHandler()
1305 if(((isrflags & USART_ISR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_SMARTCARD_IRQHandler()1364 if(((isrflags & USART_ISR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_SMARTCARD_IRQHandler()
1478 if(((isrflags & USART_ISR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_USART_IRQHandler()1535 if(((isrflags & USART_ISR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_USART_IRQHandler()
1636 if(((isrflags & USART_ISR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_UART_IRQHandler()1686 if(((isrflags & USART_ISR_RXNE) != RESET) && ((cr1its & USART_CR1_RXNEIE) != RESET)) in HAL_UART_IRQHandler()
1931 if (((isrflags & USART_ISR_RXNE) != 0U) && ((cr1its & USART_CR1_RXNEIE) != 0U)) in HAL_IRDA_IRQHandler()1993 if (((isrflags & USART_ISR_RXNE) != 0U) && ((cr1its & USART_CR1_RXNEIE) != 0U)) in HAL_IRDA_IRQHandler()
1917 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_SMARTCARD_IRQHandler()1998 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_SMARTCARD_IRQHandler()
2159 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_USART_IRQHandler()2249 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_USART_IRQHandler()
2195 if (((isrflags & USART_ISR_RXNE) != RESET) in HAL_UART_IRQHandler()2267 if (((isrflags & USART_ISR_RXNE) != RESET) in HAL_UART_IRQHandler()
6153 #define USART_ISR_RXNE USART_ISR_RXNE_Msk /*!< Read Data Regis… macro
7215 #define USART_ISR_RXNE USART_ISR_RXNE_Msk /*!< Read Data Regis… macro
7056 #define USART_ISR_RXNE USART_ISR_RXNE_Msk /*!< Read Data Regis… macro
16123 #define USART_ISR_RXNE USART_ISR_RXNE_Msk /*!< Read Data Regis… macro