Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_smartcard_ex.h159 #define SMARTCARD_FLAG_NE USART_ISR_NE /*!< SMARTCARD noise error …
Dstm32l4xx_ll_lpuart.h192 #define LL_LPUART_ISR_NE USART_ISR_NE /*!< Noise detected flag */
1697 return (READ_BIT(LPUARTx->ISR, USART_ISR_NE) == (USART_ISR_NE)); in LL_LPUART_IsActiveFlag_NE()
Dstm32l4xx_hal_irda.h432 #define IRDA_FLAG_NE USART_ISR_NE /*!< IRDA noise error …
Dstm32l4xx_hal_usart.h402 #define USART_FLAG_NE USART_ISR_NE /*!< USART noise error …
Dstm32l4xx_ll_usart.h234 #define LL_USART_ISR_NE USART_ISR_NE /*!< Noise detected f…
3079 return ((READ_BIT(USARTx->ISR, USART_ISR_NE) == (USART_ISR_NE)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_NE()
Dstm32l4xx_hal_uart.h738 #define UART_FLAG_NE USART_ISR_NE /*!< UART noise error …
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lpuart.h164 #define LL_LPUART_ISR_NE USART_ISR_NE /*!< Noise detected flag */
1318 return (READ_BIT(LPUARTx->ISR, USART_ISR_NE) == (USART_ISR_NE)); in LL_LPUART_IsActiveFlag_NE()
Dstm32l0xx_hal_usart.h271 #define USART_FLAG_NE USART_ISR_NE /*!< USART noise error …
Dstm32l0xx_hal_irda.h331 #define IRDA_FLAG_NE USART_ISR_NE /*!< IRDA Noise error …
Dstm32l0xx_ll_usart.h205 #define LL_USART_ISR_NE USART_ISR_NE /*!< Noise detected f…
2548 return (READ_BIT(USARTx->ISR, USART_ISR_NE) == (USART_ISR_NE)); in LL_USART_IsActiveFlag_NE()
Dstm32l0xx_hal_smartcard.h495 #define SMARTCARD_FLAG_NE USART_ISR_NE /*!< SMARTCARD noise error …
Dstm32l0xx_hal_uart.h624 #define UART_FLAG_NE USART_ISR_NE /*!< UART noise error …
/loramac-node-3.4.0/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()
1496 if(((isrflags & USART_ISR_NE) != RESET) && ((cr3its & USART_CR3_EIE) != 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()
1336 if(((isrflags & USART_ISR_NE) != RESET) && ((cr3its & USART_CR3_EIE) != 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()
1515 if(((isrflags & USART_ISR_NE) != RESET) && ((cr3its & USART_CR3_EIE) != 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()
1666 if(((isrflags & USART_ISR_NE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) in HAL_UART_IRQHandler()
/loramac-node-3.4.0/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()
2199 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 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()
1966 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 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()
1957 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 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()
2235 if (((isrflags & USART_ISR_NE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) in HAL_UART_IRQHandler()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6144 #define USART_ISR_NE USART_ISR_NE_Msk /*!< Noise detected … macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7206 #define USART_ISR_NE USART_ISR_NE_Msk /*!< Noise detected … macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7047 #define USART_ISR_NE USART_ISR_NE_Msk /*!< Noise detected … macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16114 #define USART_ISR_NE USART_ISR_NE_Msk /*!< Noise Error det… macro