Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h266 #define UART_FLAG_ORE ((uint32_t)USART_SR_ORE) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h623 #define UART_FLAG_ORE USART_ISR_ORE /*!< UART overrun error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h737 #define UART_FLAG_ORE USART_ISR_ORE /*!< UART overrun error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c1215 tmp_flag = __HAL_UART_GET_FLAG(huart, UART_FLAG_ORE); in HAL_UART_IRQHandler()