Home
last modified time | relevance | path

Searched refs:USART_ISR_PE (Results 1 – 24 of 24) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smartcard_ex.h161 #define SMARTCARD_FLAG_PE USART_ISR_PE /*!< SMARTCARD parity error …
Dstm32l4xx_ll_lpuart.h190 #define LL_LPUART_ISR_PE USART_ISR_PE /*!< Parity error flag */
1675 return (READ_BIT(LPUARTx->ISR, USART_ISR_PE) == (USART_ISR_PE)); in LL_LPUART_IsActiveFlag_PE()
Dstm32l4xx_hal_irda.h434 #define IRDA_FLAG_PE USART_ISR_PE /*!< IRDA parity error …
Dstm32l4xx_hal_usart.h404 #define USART_FLAG_PE USART_ISR_PE /*!< USART parity error …
Dstm32l4xx_ll_usart.h232 #define LL_USART_ISR_PE USART_ISR_PE /*!< Parity error fla…
3057 return ((READ_BIT(USARTx->ISR, USART_ISR_PE) == (USART_ISR_PE)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_PE()
Dstm32l4xx_hal_uart.h740 #define UART_FLAG_PE USART_ISR_PE /*!< UART parity error …
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lpuart.h162 #define LL_LPUART_ISR_PE USART_ISR_PE /*!< Parity error flag */
1296 return (READ_BIT(LPUARTx->ISR, USART_ISR_PE) == (USART_ISR_PE)); in LL_LPUART_IsActiveFlag_PE()
Dstm32l0xx_hal_usart.h273 #define USART_FLAG_PE USART_ISR_PE /*!< USART parity error …
Dstm32l0xx_hal_irda.h333 #define IRDA_FLAG_PE USART_ISR_PE /*!< IRDA Parity error …
Dstm32l0xx_ll_usart.h203 #define LL_USART_ISR_PE USART_ISR_PE /*!< Parity error fla…
2526 return (READ_BIT(USARTx->ISR, USART_ISR_PE) == (USART_ISR_PE)); in LL_USART_IsActiveFlag_PE()
Dstm32l0xx_hal_smartcard.h497 #define SMARTCARD_FLAG_PE USART_ISR_PE /*!< SMARTCARD parity error …
Dstm32l0xx_hal_uart.h626 #define UART_FLAG_PE USART_ISR_PE /*!< UART parity error …
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_irda.c1462 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_IRDA_IRQHandler()
1480 if(((isrflags & USART_ISR_PE) != RESET) && ((cr1its & USART_CR1_PEIE) != RESET)) in HAL_IRDA_IRQHandler()
Dstm32l0xx_hal_smartcard.c1301 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_SMARTCARD_IRQHandler()
1320 if(((isrflags & USART_ISR_PE) != RESET) && ((cr1its & USART_CR1_PEIE) != RESET)) in HAL_SMARTCARD_IRQHandler()
Dstm32l0xx_hal_usart.c1474 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_USART_IRQHandler()
1499 if(((isrflags & USART_ISR_PE) != RESET) && ((cr1its & USART_CR1_PEIE) != RESET)) in HAL_USART_IRQHandler()
Dstm32l0xx_hal_uart.c1632 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_UART_IRQHandler()
1650 if(((isrflags & USART_ISR_PE) != RESET) && ((cr1its & USART_CR1_PEIE) != RESET)) in HAL_UART_IRQHandler()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_usart.c2147 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_USART_IRQHandler()
2149 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_USART_IRQHandler()
2183 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_USART_IRQHandler()
Dstm32l4xx_hal_irda.c1924 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_IRDA_IRQHandler()
1950 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_IRDA_IRQHandler()
Dstm32l4xx_hal_smartcard.c1908 …errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE | U… in HAL_SMARTCARD_IRQHandler()
1941 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_SMARTCARD_IRQHandler()
Dstm32l4xx_hal_uart.c2186 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_UART_IRQHandler()
2219 if (((isrflags & USART_ISR_PE) != RESET) && ((cr1its & USART_CR1_PEIE) != RESET)) in HAL_UART_IRQHandler()
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6138 #define USART_ISR_PE USART_ISR_PE_Msk /*!< Parity Error */ macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7041 #define USART_ISR_PE USART_ISR_PE_Msk /*!< Parity Error */ macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7200 #define USART_ISR_PE USART_ISR_PE_Msk /*!< Parity Error */ macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16108 #define USART_ISR_PE USART_ISR_PE_Msk /*!< Parity Error */ macro