Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h267 #define UART_FLAG_NE ((uint32_t)USART_SR_NE) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h624 #define UART_FLAG_NE USART_ISR_NE /*!< UART noise error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h738 #define UART_FLAG_NE USART_ISR_NE /*!< UART noise error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c1208 tmp_flag = __HAL_UART_GET_FLAG(huart, UART_FLAG_NE); in HAL_UART_IRQHandler()