STM32L486xx HAL User Manual
Data Fields
UART_WakeUpTypeDef Struct Reference

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

Detailed Description

UART wake up from stop mode parameters.

Definition at line 63 of file stm32l4xx_hal_uart_ex.h.


Field Documentation

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

Definition at line 73 of file stm32l4xx_hal_uart_ex.h.

Referenced by UARTEx_Wakeup_AddressConfig().

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

Definition at line 70 of file stm32l4xx_hal_uart_ex.h.

Referenced by UARTEx_Wakeup_AddressConfig().

Specifies which event will activat 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 65 of file stm32l4xx_hal_uart_ex.h.

Referenced by HAL_UARTEx_StopModeWakeUpSourceConfig().


The documentation for this struct was generated from the following file: