Home
last modified time | relevance | path

Searched refs:USART_ISR_RXNE (Results 1 – 24 of 24) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smartcard_ex.h155 #define SMARTCARD_FLAG_RXNE USART_ISR_RXNE /*!< SMARTCARD read data register not em…
Dstm32l4xx_ll_lpuart.h198 #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()
Dstm32l4xx_hal_irda.h429 #define IRDA_FLAG_RXNE USART_ISR_RXNE /*!< IRDA read data register no…
Dstm32l4xx_hal_usart.h398 #define USART_FLAG_RXNE USART_ISR_RXNE /*!< USART read data register n…
Dstm32l4xx_ll_usart.h240 #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()
Dstm32l4xx_hal_uart.h734 #define UART_FLAG_RXNE USART_ISR_RXNE /*!< UART read data register no…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lpuart.h167 #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()
Dstm32l0xx_hal_usart.h268 #define USART_FLAG_RXNE USART_ISR_RXNE /*!< USART read data register not empt…
Dstm32l0xx_hal_irda.h329 #define IRDA_FLAG_RXNE USART_ISR_RXNE /*!< IRDA Read data register not empty…
Dstm32l0xx_ll_usart.h208 #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()
Dstm32l0xx_hal_smartcard.h492 #define SMARTCARD_FLAG_RXNE USART_ISR_RXNE /*!< SMARTCARD read data register not em…
Dstm32l0xx_hal_uart.h621 #define UART_FLAG_RXNE USART_ISR_RXNE /*!< UART read data register not empt…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_irda.c1466 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()
Dstm32l0xx_hal_smartcard.c1305 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()
Dstm32l0xx_hal_usart.c1478 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()
Dstm32l0xx_hal_uart.c1636 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()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_irda.c1931 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()
Dstm32l4xx_hal_smartcard.c1917 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_SMARTCARD_IRQHandler()
1998 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_SMARTCARD_IRQHandler()
Dstm32l4xx_hal_usart.c2159 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_USART_IRQHandler()
2249 if (((isrflags & USART_ISR_RXNE) != 0U) in HAL_USART_IRQHandler()
Dstm32l4xx_hal_uart.c2195 if (((isrflags & USART_ISR_RXNE) != RESET) in HAL_UART_IRQHandler()
2267 if (((isrflags & USART_ISR_RXNE) != RESET) in HAL_UART_IRQHandler()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6153 #define USART_ISR_RXNE USART_ISR_RXNE_Msk /*!< Read Data Regis… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7215 #define USART_ISR_RXNE USART_ISR_RXNE_Msk /*!< Read Data Regis… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7056 #define USART_ISR_RXNE USART_ISR_RXNE_Msk /*!< Read Data Regis… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16123 #define USART_ISR_RXNE USART_ISR_RXNE_Msk /*!< Read Data Regis… macro