STM32L443xx HAL User Manual
|
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 LL_LPUART_WAKEUP_ON_ADDRESS 0x00000000U |
Wake up active on address match
Definition at line 416 of file stm32l4xx_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 418 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_WAKEUP_ON_STARTBIT USART_CR3_WUS_1 |
Wake up active on Start bit detection
Definition at line 417 of file stm32l4xx_ll_lpuart.h.