Home
last modified time | relevance | path

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

12

/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h165 #define USART_ISR_WUF BIT(20) macro
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h165 #define USART_ISR_WUF BIT(20) macro
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h165 #define USART_ISR_WUF BIT(20) macro
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h165 #define USART_ISR_WUF BIT(20) macro
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h165 #define USART_ISR_WUF BIT(20) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_lpuart.h182 #define LL_LPUART_ISR_WUF USART_ISR_WUF /*!< Wakeup from Stop mode…
1724 return ((READ_BIT(LPUARTx->ISR, USART_ISR_WUF) == (USART_ISR_WUF)) ? 1UL : 0UL); in LL_LPUART_IsActiveFlag_WKUP()
H A Dstm32h7xx_ll_usart.h219 #define LL_USART_ISR_WUF USART_ISR_WUF /*!< Wakeup from Stop…
3156 return ((READ_BIT(USARTx->ISR, USART_ISR_WUF) == (USART_ISR_WUF)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_WKUP()
H A Dstm32h7xx_hal_uart.h694 #define UART_FLAG_WUF USART_ISR_WUF /*!< UART wake-up from stop mod…
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_usart.h392 #define USART_FLAG_WU USART_ISR_WUF
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/inc/
H A Dstm32f37x_usart.h392 #define USART_FLAG_WU USART_ISR_WUF
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_usart.h219 #define LL_USART_ISR_WUF USART_ISR_WUF /*!< Wakeup from Stop…
3163 return ((READ_BIT(USARTx->ISR, USART_ISR_WUF) == (USART_ISR_WUF)) ? 1UL : 0UL); in LL_USART_IsActiveFlag_WKUP()
H A Dstm32g4xx_hal_uart.h691 #define UART_FLAG_WUF USART_ISR_WUF /*!< UART wake-up from stop mod…
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/inc/
H A Dstm32f30x_usart.h407 #define USART_FLAG_WU USART_ISR_WUF
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/inc/
H A Dstm32f0xx_usart.h403 #define USART_FLAG_WU USART_ISR_WUF /*!< Not available for STM32F030 device…
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_uart.c2330 if (((isrflags & USART_ISR_WUF) != 0U) && ((cr3its & USART_CR3_WUFIE) != 0U)) in HAL_UART_IRQHandler()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_uart.c2341 if (((isrflags & USART_ISR_WUF) != 0U) && ((cr3its & USART_CR3_WUFIE) != 0U)) in HAL_UART_IRQHandler()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h5330 #define USART_ISR_WUF ((uint32_t)0x00100000) /*!< Wake Up from st… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f0xx/
H A Dstm32f0xx.h5409 #define USART_ISR_WUF ((uint32_t)0x00100000) /*!< Wake Up from st… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h5330 #define USART_ISR_WUF ((uint32_t)0x00100000) /*!< Wake Up from st… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f30x/
H A Dstm32f30x.h8896 #define USART_ISR_WUF ((uint32_t)0x00100000) /*!< Wake Up from st… macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_g4xx/
H A Dstm32g431xx.h11383 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro
H A Dstm32gbk1cb.h11355 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro
H A Dstm32g441xx.h11614 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro
H A Dstm32g471xx.h11891 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro
H A Dstm32g473xx.h12683 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from st… macro

12