Home
last modified time | relevance | path

Searched refs:USART_FLAG_ORE (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_usart.h268 #define USART_FLAG_ORE ((uint32_t)USART_SR_ORE) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart.h270 #define USART_FLAG_ORE USART_ISR_ORE /*!< USART overrun error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart.h401 #define USART_FLAG_ORE USART_ISR_ORE /*!< USART overrun error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_usart.c1174 tmp_flag = __HAL_USART_GET_FLAG(husart, USART_FLAG_ORE); in HAL_USART_IRQHandler()