Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/drivers/st/
Dstm32_uart_regs.h165 #define USART_ISR_WUF BIT(20) macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h663 #define UART_FLAG_WUF USART_ISR_WUF /*!< UART wake-up from stop mod…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h663 #define UART_FLAG_WUF USART_ISR_WUF /*!< UART wake-up from stop mod…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c1884 if(((isrflags & USART_ISR_WUF) != RESET) && ((cr3its & USART_CR3_WUFIE) != RESET)) in HAL_UART_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c1884 if(((isrflags & USART_ISR_WUF) != RESET) && ((cr3its & USART_CR3_WUFIE) != RESET)) in HAL_UART_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h16161 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro