Home
last modified time | relevance | path

Searched refs:USART_SR_ORE (Results 1 – 25 of 99) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_usart.h161 #define LL_USART_SR_ORE USART_SR_ORE /*!< Overrun error fl…
1772 return (READ_BIT(USARTx->SR, USART_SR_ORE) == (USART_SR_ORE)); in LL_USART_IsActiveFlag_ORE()
Dstm32f2xx_hal_irda.h297 #define IRDA_FLAG_ORE ((uint32_t)USART_SR_ORE)
Dstm32f2xx_hal_smartcard.h384 #define SMARTCARD_FLAG_ORE ((uint32_t)USART_SR_ORE)
Dstm32f2xx_hal_usart.h287 #define USART_FLAG_ORE ((uint32_t)USART_SR_ORE)
Dstm32f2xx_hal_uart.h365 #define UART_FLAG_ORE ((uint32_t)USART_SR_ORE)
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_usart.h161 #define LL_USART_SR_ORE USART_SR_ORE /*!< Overrun error fl…
1820 return (READ_BIT(USARTx->SR, USART_SR_ORE) == (USART_SR_ORE)); in LL_USART_IsActiveFlag_ORE()
Dstm32f1xx_hal_irda.h297 #define IRDA_FLAG_ORE ((uint32_t)USART_SR_ORE)
Dstm32f1xx_hal_smartcard.h384 #define SMARTCARD_FLAG_ORE ((uint32_t)USART_SR_ORE)
Dstm32f1xx_hal_usart.h287 #define USART_FLAG_ORE ((uint32_t)USART_SR_ORE)
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_usart.h161 #define LL_USART_SR_ORE USART_SR_ORE /*!< Overrun error fl…
1772 return (READ_BIT(USARTx->SR, USART_SR_ORE) == (USART_SR_ORE)); in LL_USART_IsActiveFlag_ORE()
Dstm32f4xx_hal_irda.h297 #define IRDA_FLAG_ORE ((uint32_t)USART_SR_ORE)
Dstm32f4xx_hal_smartcard.h384 #define SMARTCARD_FLAG_ORE ((uint32_t)USART_SR_ORE)
Dstm32f4xx_hal_usart.h287 #define USART_FLAG_ORE ((uint32_t)USART_SR_ORE)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_usart.h161 #define LL_USART_SR_ORE USART_SR_ORE /*!< Overrun error fl…
1772 return (READ_BIT(USARTx->SR, USART_SR_ORE) == (USART_SR_ORE)); in LL_USART_IsActiveFlag_ORE()
Dstm32l1xx_hal_irda.h297 #define IRDA_FLAG_ORE ((uint32_t)USART_SR_ORE)
Dstm32l1xx_hal_usart.h287 #define USART_FLAG_ORE ((uint32_t)USART_SR_ORE)
Dstm32l1xx_hal_smartcard.h384 #define SMARTCARD_FLAG_ORE ((uint32_t)USART_SR_ORE)
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_irda.c1741 errorflags = (isrflags & (uint32_t)(USART_SR_PE | USART_SR_FE | USART_SR_ORE | USART_SR_NE)); in HAL_IRDA_IRQHandler()
1774 …if (((isrflags & USART_SR_ORE) != RESET) && (((cr1its & USART_CR1_RXNEIE) != RESET) || ((cr3its & … in HAL_IRDA_IRQHandler()
Dstm32f2xx_hal_usart.c1786 errorflags = (isrflags & (uint32_t)(USART_SR_PE | USART_SR_FE | USART_SR_ORE | USART_SR_NE)); in HAL_USART_IRQHandler()
1825 …if (((isrflags & USART_SR_ORE) != RESET) && (((cr1its & USART_CR1_RXNEIE) != RESET) || ((cr3its & … in HAL_USART_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_irda.c1741 errorflags = (isrflags & (uint32_t)(USART_SR_PE | USART_SR_FE | USART_SR_ORE | USART_SR_NE)); in HAL_IRDA_IRQHandler()
1774 …if (((isrflags & USART_SR_ORE) != RESET) && (((cr1its & USART_CR1_RXNEIE) != RESET) || ((cr3its & … in HAL_IRDA_IRQHandler()
Dstm32f1xx_hal_usart.c1787 errorflags = (isrflags & (uint32_t)(USART_SR_PE | USART_SR_FE | USART_SR_ORE | USART_SR_NE)); in HAL_USART_IRQHandler()
1826 …if (((isrflags & USART_SR_ORE) != RESET) && (((cr1its & USART_CR1_RXNEIE) != RESET) || ((cr3its & … in HAL_USART_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_irda.c1741 errorflags = (isrflags & (uint32_t)(USART_SR_PE | USART_SR_FE | USART_SR_ORE | USART_SR_NE)); in HAL_IRDA_IRQHandler()
1774 …if (((isrflags & USART_SR_ORE) != RESET) && (((cr1its & USART_CR1_RXNEIE) != RESET) || ((cr3its & … in HAL_IRDA_IRQHandler()
Dstm32f4xx_hal_usart.c1790 errorflags = (isrflags & (uint32_t)(USART_SR_PE | USART_SR_FE | USART_SR_ORE | USART_SR_NE)); in HAL_USART_IRQHandler()
1829 …if (((isrflags & USART_SR_ORE) != RESET) && (((cr1its & USART_CR1_RXNEIE) != RESET) || ((cr3its & … in HAL_USART_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_irda.c1741 errorflags = (isrflags & (uint32_t)(USART_SR_PE | USART_SR_FE | USART_SR_ORE | USART_SR_NE)); in HAL_IRDA_IRQHandler()
1774 …if (((isrflags & USART_SR_ORE) != RESET) && (((cr1its & USART_CR1_RXNEIE) != RESET) || ((cr3its & … in HAL_IRDA_IRQHandler()
Dstm32l1xx_hal_usart.c1786 errorflags = (isrflags & (uint32_t)(USART_SR_PE | USART_SR_FE | USART_SR_ORE | USART_SR_NE)); in HAL_USART_IRQHandler()
1825 …if (((isrflags & USART_SR_ORE) != RESET) && (((cr1its & USART_CR1_RXNEIE) != RESET) || ((cr3its & … in HAL_USART_IRQHandler()

1234