STM32L4xx_HAL_Driver  1.14.0
UARTEx Exported Types

Data Structures

struct  UART_WakeUpTypeDef
 UART wake up from stop mode parameters. More...
 

Detailed Description


Data Structure Documentation

◆ UART_WakeUpTypeDef

struct UART_WakeUpTypeDef

UART wake up from stop mode parameters.

Definition at line 47 of file stm32l4xx_hal_uart_ex.h.

Data Fields
uint8_t Address

UART/USART node address (7-bit long max).

uint16_t AddressLength

Specifies whether the address is 4 or 7-bit long. This parameter can be a value of UARTEx WakeUp Address Length.

uint32_t 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.