UART wake up from stop mode parameters. More...
#include <stm32h7xx_hal_uart_ex.h>
Public Attributes | |
uint8_t | Address |
uint16_t | AddressLength |
uint32_t | WakeUpEvent |
UART wake up from stop mode parameters.
Definition at line 47 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
uint8_t UART_WakeUpTypeDef::Address |
UART/USART node address (7-bit long max).
Definition at line 57 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
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 54 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.
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 49 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart_ex.h.