STM32L486xx 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 535 of file stm32l4xx_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 537 of file stm32l4xx_ll_usart.h.

#define LL_USART_WAKEUP_ON_STARTBIT   USART_CR3_WUS_1

Wake up active on Start bit detection

Definition at line 536 of file stm32l4xx_ll_usart.h.