Home
last modified time | relevance | path

Searched refs:USART_ISR_RTOF (Results 1 – 11 of 11) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smartcard_ex.h143 #define SMARTCARD_FLAG_RTOF USART_ISR_RTOF /*!< SMARTCARD receiver timeout flag …
Dstm32l4xx_ll_usart.h251 #define LL_USART_ISR_RTOF USART_ISR_RTOF /*!< Receiver timeout…
3222 return ((READ_BIT(USARTx->ISR, USART_ISR_RTOF) == (USART_ISR_RTOF)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_RTO()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_usart.h214 #define LL_USART_ISR_RTOF USART_ISR_RTOF /*!< Receiver timeout…
2653 return (READ_BIT(USARTx->ISR, USART_ISR_RTOF) == (USART_ISR_RTOF)); in LL_USART_IsActiveFlag_RTO()
Dstm32l0xx_hal_smartcard.h489 #define SMARTCARD_FLAG_RTOF USART_ISR_RTOF /*!< SMARTCARD receiver timeout flag …
Dstm32l0xx_hal_uart.h615 #define UART_FLAG_RTOF USART_ISR_RTOF /*!< UART receiver timeout flag …
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smartcard.c1301 …srflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | USART_ISR_RTOF)); in HAL_SMARTCARD_IRQHandler()
1353 if(((isrflags & USART_ISR_RTOF) != RESET) && ((cr1its & USART_CR1_RTOIE) != RESET)) in HAL_SMARTCARD_IRQHandler()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smartcard.c1908 …srflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | USART_ISR_RTOF)); in HAL_SMARTCARD_IRQHandler()
1982 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_SMARTCARD_IRQHandler()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6171 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7233 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7074 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16141 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time O… macro