Home
last modified time | relevance | path

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

1234

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_usart.h159 #define LL_USART_SR_FE USART_SR_FE /*!< Framing error fl…
1750 return (READ_BIT(USARTx->SR, USART_SR_FE) == (USART_SR_FE)); in LL_USART_IsActiveFlag_FE()
Dstm32f2xx_hal_irda.h299 #define IRDA_FLAG_FE ((uint32_t)USART_SR_FE)
Dstm32f2xx_hal_smartcard.h386 #define SMARTCARD_FLAG_FE ((uint32_t)USART_SR_FE)
Dstm32f2xx_hal_usart.h289 #define USART_FLAG_FE ((uint32_t)USART_SR_FE)
Dstm32f2xx_hal_uart.h367 #define UART_FLAG_FE ((uint32_t)USART_SR_FE)
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_usart.h159 #define LL_USART_SR_FE USART_SR_FE /*!< Framing error fl…
1798 return (READ_BIT(USARTx->SR, USART_SR_FE) == (USART_SR_FE)); in LL_USART_IsActiveFlag_FE()
Dstm32f1xx_hal_irda.h299 #define IRDA_FLAG_FE ((uint32_t)USART_SR_FE)
Dstm32f1xx_hal_smartcard.h386 #define SMARTCARD_FLAG_FE ((uint32_t)USART_SR_FE)
Dstm32f1xx_hal_usart.h289 #define USART_FLAG_FE ((uint32_t)USART_SR_FE)
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_usart.h159 #define LL_USART_SR_FE USART_SR_FE /*!< Framing error fl…
1750 return (READ_BIT(USARTx->SR, USART_SR_FE) == (USART_SR_FE)); in LL_USART_IsActiveFlag_FE()
Dstm32f4xx_hal_irda.h299 #define IRDA_FLAG_FE ((uint32_t)USART_SR_FE)
Dstm32f4xx_hal_smartcard.h386 #define SMARTCARD_FLAG_FE ((uint32_t)USART_SR_FE)
Dstm32f4xx_hal_usart.h289 #define USART_FLAG_FE ((uint32_t)USART_SR_FE)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_usart.h159 #define LL_USART_SR_FE USART_SR_FE /*!< Framing error fl…
1750 return (READ_BIT(USARTx->SR, USART_SR_FE) == (USART_SR_FE)); in LL_USART_IsActiveFlag_FE()
Dstm32l1xx_hal_irda.h299 #define IRDA_FLAG_FE ((uint32_t)USART_SR_FE)
Dstm32l1xx_hal_usart.h289 #define USART_FLAG_FE ((uint32_t)USART_SR_FE)
Dstm32l1xx_hal_smartcard.h386 #define SMARTCARD_FLAG_FE ((uint32_t)USART_SR_FE)
/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()
1768 if (((isrflags & USART_SR_FE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) 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()
1819 if (((isrflags & USART_SR_FE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) 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()
1768 if (((isrflags & USART_SR_FE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) 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()
1820 if (((isrflags & USART_SR_FE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) 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()
1768 if (((isrflags & USART_SR_FE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) 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()
1823 if (((isrflags & USART_SR_FE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) 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()
1768 if (((isrflags & USART_SR_FE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) 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()
1819 if (((isrflags & USART_SR_FE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) in HAL_USART_IRQHandler()

1234