Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h269 #define UART_FLAG_PE ((uint32_t)USART_SR_PE) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h626 #define UART_FLAG_PE USART_ISR_PE /*!< UART parity error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h740 #define UART_FLAG_PE USART_ISR_PE /*!< UART parity error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c1192 tmp_flag = __HAL_UART_GET_FLAG(huart, UART_FLAG_PE); in HAL_UART_IRQHandler()