Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h268 #define UART_FLAG_FE ((uint32_t)USART_SR_FE) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h625 #define UART_FLAG_FE USART_ISR_FE /*!< UART frame error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h739 #define UART_FLAG_FE USART_ISR_FE /*!< UART frame error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c1200 tmp_flag = __HAL_UART_GET_FLAG(huart, UART_FLAG_FE); in HAL_UART_IRQHandler()