STM32H735xx HAL User Manual
Defines
Wakeup Activation
USART Exported Constants

Defines

#define LL_USART_WAKEUP_ON_ADDRESS   0x00000000U
#define LL_USART_WAKEUP_ON_STARTBIT   USART_CR3_WUS_1
#define LL_USART_WAKEUP_ON_RXNE   (USART_CR3_WUS_0 | USART_CR3_WUS_1)

Define Documentation

#define LL_USART_WAKEUP_ON_ADDRESS   0x00000000U

Wake up active on address match

Definition at line 476 of file stm32h7xx_ll_usart.h.

#define LL_USART_WAKEUP_ON_RXNE   (USART_CR3_WUS_0 | USART_CR3_WUS_1)

Wake up active on RXNE

Definition at line 478 of file stm32h7xx_ll_usart.h.

#define LL_USART_WAKEUP_ON_STARTBIT   USART_CR3_WUS_1

Wake up active on Start bit detection

Definition at line 477 of file stm32h7xx_ll_usart.h.