Home
last modified time | relevance | path

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

1234

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_usart.h160 #define LL_USART_SR_NE USART_SR_NE /*!< Noise detected f…
1761 return (READ_BIT(USARTx->SR, USART_SR_NE) == (USART_SR_NE)); in LL_USART_IsActiveFlag_NE()
Dstm32f2xx_hal_irda.h298 #define IRDA_FLAG_NE ((uint32_t)USART_SR_NE)
Dstm32f2xx_hal_smartcard.h385 #define SMARTCARD_FLAG_NE ((uint32_t)USART_SR_NE)
Dstm32f2xx_hal_usart.h288 #define USART_FLAG_NE ((uint32_t)USART_SR_NE)
Dstm32f2xx_hal_uart.h366 #define UART_FLAG_NE ((uint32_t)USART_SR_NE)
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_usart.h160 #define LL_USART_SR_NE USART_SR_NE /*!< Noise detected f…
1809 return (READ_BIT(USARTx->SR, USART_SR_NE) == (USART_SR_NE)); in LL_USART_IsActiveFlag_NE()
Dstm32f1xx_hal_irda.h298 #define IRDA_FLAG_NE ((uint32_t)USART_SR_NE)
Dstm32f1xx_hal_smartcard.h385 #define SMARTCARD_FLAG_NE ((uint32_t)USART_SR_NE)
Dstm32f1xx_hal_usart.h288 #define USART_FLAG_NE ((uint32_t)USART_SR_NE)
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_usart.h160 #define LL_USART_SR_NE USART_SR_NE /*!< Noise detected f…
1761 return (READ_BIT(USARTx->SR, USART_SR_NE) == (USART_SR_NE)); in LL_USART_IsActiveFlag_NE()
Dstm32f4xx_hal_irda.h298 #define IRDA_FLAG_NE ((uint32_t)USART_SR_NE)
Dstm32f4xx_hal_smartcard.h385 #define SMARTCARD_FLAG_NE ((uint32_t)USART_SR_NE)
Dstm32f4xx_hal_usart.h288 #define USART_FLAG_NE ((uint32_t)USART_SR_NE)
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_usart.h160 #define LL_USART_SR_NE USART_SR_NE /*!< Noise detected f…
1761 return (READ_BIT(USARTx->SR, USART_SR_NE) == (USART_SR_NE)); in LL_USART_IsActiveFlag_NE()
Dstm32l1xx_hal_irda.h298 #define IRDA_FLAG_NE ((uint32_t)USART_SR_NE)
Dstm32l1xx_hal_usart.h288 #define USART_FLAG_NE ((uint32_t)USART_SR_NE)
Dstm32l1xx_hal_smartcard.h385 #define SMARTCARD_FLAG_NE ((uint32_t)USART_SR_NE)
/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()
1762 if (((isrflags & USART_SR_NE) != 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()
1813 if (((isrflags & USART_SR_NE) != 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()
1762 if (((isrflags & USART_SR_NE) != 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()
1814 if (((isrflags & USART_SR_NE) != 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()
1762 if (((isrflags & USART_SR_NE) != 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()
1817 if (((isrflags & USART_SR_NE) != 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()
1762 if (((isrflags & USART_SR_NE) != 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()
1813 if (((isrflags & USART_SR_NE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) in HAL_USART_IRQHandler()

1234