STM32L443xx HAL User Manual
|
UART wake up from stop mode parameters. More...
#include <stm32l4xx_hal_uart_ex.h>
Data Fields | |
uint32_t | WakeUpEvent |
uint16_t | AddressLength |
uint8_t | Address |
UART wake up from stop mode parameters.
Definition at line 46 of file stm32l4xx_hal_uart_ex.h.
uint8_t UART_WakeUpTypeDef::Address |
UART/USART node address (7-bit long max).
Definition at line 56 of file stm32l4xx_hal_uart_ex.h.
Referenced by UARTEx_Wakeup_AddressConfig().
uint16_t UART_WakeUpTypeDef::AddressLength |
Specifies whether the address is 4 or 7-bit long. This parameter can be a value of UARTEx WakeUp Address Length.
Definition at line 53 of file stm32l4xx_hal_uart_ex.h.
Referenced by UARTEx_Wakeup_AddressConfig().
uint32_t UART_WakeUpTypeDef::WakeUpEvent |
Specifies which event will activate the Wakeup from Stop mode flag (WUF). This parameter can be a value of UART WakeUp From Stop Selection. If set to UART_WAKEUP_ON_ADDRESS, the two other fields below must be filled up.
Definition at line 48 of file stm32l4xx_hal_uart_ex.h.
Referenced by HAL_UARTEx_StopModeWakeUpSourceConfig().