|
STM32L443xx HAL User Manual
|
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 LL_USART_WAKEUP_ON_ADDRESS 0x00000000U |
Wake up active on address match
Definition at line 522 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 524 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 523 of file stm32l4xx_ll_usart.h.
1.7.6.1