STM32H735xx HAL User Manual
Defines
Wakeup Activation
LPUART Exported Constants

Defines

#define LL_LPUART_WAKEUP_ON_ADDRESS   0x00000000U
#define LL_LPUART_WAKEUP_ON_STARTBIT   USART_CR3_WUS_1
#define LL_LPUART_WAKEUP_ON_RXNE   (USART_CR3_WUS_0 | USART_CR3_WUS_1)

Define Documentation

#define LL_LPUART_WAKEUP_ON_ADDRESS   0x00000000U

Wake up active on address match

Definition at line 386 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_WAKEUP_ON_RXNE   (USART_CR3_WUS_0 | USART_CR3_WUS_1)

Wake up active on RXNE

Definition at line 388 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_WAKEUP_ON_STARTBIT   USART_CR3_WUS_1

Wake up active on Start bit detection

Definition at line 387 of file stm32h7xx_ll_lpuart.h.