Home
last modified time | relevance | path

Searched refs:USART_ISR_WUF (Results 1 – 12 of 12) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lpuart.h176 #define LL_LPUART_ISR_WUF USART_ISR_WUF /*!< Wakeup from Stop mode…
1450 return (READ_BIT(LPUARTx->ISR, USART_ISR_WUF) == (USART_ISR_WUF)); in LL_LPUART_IsActiveFlag_WKUP()
Dstm32l0xx_ll_usart.h222 #define LL_USART_ISR_WUF USART_ISR_WUF /*!< Wakeup from Stop…
2749 return (READ_BIT(USARTx->ISR, USART_ISR_WUF) == (USART_ISR_WUF)); in LL_USART_IsActiveFlag_WKUP()
Dstm32l0xx_hal_uart.h607 #define UART_FLAG_WUF USART_ISR_WUF /*!< UART wake-up from stop mode flag…
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_lpuart.h212 #define LL_LPUART_ISR_WUF USART_ISR_WUF /*!< Wakeup from Stop mode…
1863 return (READ_BIT(LPUARTx->ISR, USART_ISR_WUF) == (USART_ISR_WUF)); in LL_LPUART_IsActiveFlag_WKUP()
Dstm32l4xx_ll_usart.h262 #define LL_USART_ISR_WUF USART_ISR_WUF /*!< Wakeup from Stop…
3333 return ((READ_BIT(USARTx->ISR, USART_ISR_WUF) == (USART_ISR_WUF)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_WKUP()
Dstm32l4xx_hal_uart.h713 #define UART_FLAG_WUF USART_ISR_WUF /*!< UART wake-up from stop mod…
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart.c1745 if(((isrflags & USART_ISR_WUF) != RESET) && ((cr3its & USART_CR3_WUFIE) != RESET)) in HAL_UART_IRQHandler()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c2350 if (((isrflags & USART_ISR_WUF) != RESET) && ((cr3its & USART_CR3_WUFIE) != RESET)) in HAL_UART_IRQHandler()
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6195 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7098 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7257 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16165 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro