STM32H735xx HAL User Manual
Data Fields
PWREx_WakeupPinTypeDef Struct Reference

PWREx Wakeup pin configuration structure definition. More...

#include <stm32h7xx_hal_pwr_ex.h>

Data Fields

uint32_t WakeUpPin
uint32_t PinPolarity
uint32_t PinPull

Detailed Description

PWREx Wakeup pin configuration structure definition.

Definition at line 61 of file stm32h7xx_hal_pwr_ex.h.


Field Documentation

PinPolarity: Specifies the Wake-Up pin polarity. This parameter can be a value of PWREx Pin Polarity configuration

Definition at line 68 of file stm32h7xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_EnableWakeUpPin().

PinPull: Specifies the Wake-Up pin pull. This parameter can be a value of PWREx Pin Pull configuration

Definition at line 73 of file stm32h7xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_EnableWakeUpPin().

WakeUpPin: Specifies the Wake-Up pin to be enabled. This parameter can be a value of PWREx Wake-Up Pins

Definition at line 63 of file stm32h7xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_EnableWakeUpPin().


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