Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_irda.h226 #define IRDA_FLAG_PE ((uint32_t)USART_SR_PE) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_irda.h333 #define IRDA_FLAG_PE USART_ISR_PE /*!< IRDA Parity error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_irda.h434 #define IRDA_FLAG_PE USART_ISR_PE /*!< IRDA parity error … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_irda.c983 tmp_flag = __HAL_IRDA_GET_FLAG(hirda, IRDA_FLAG_PE); in HAL_IRDA_IRQHandler()