My Project
Loading...
Searching...
No Matches
UART_WakeUpTypeDef Struct Reference

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

#include <stm32f3xx_hal_uart_ex.h>

Public Attributes

uint32_t WakeUpEvent
 
uint16_t AddressLength
 
uint8_t Address
 

Detailed Description

UART wake up from stop mode parameters.

Member Data Documentation

◆ Address

uint8_t UART_WakeUpTypeDef::Address

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

◆ AddressLength

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.

◆ WakeUpEvent

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.


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