STM32H735xx HAL User Manual
|
PWREx Wakeup pin configuration structure definition. More...
#include <stm32h7xx_hal_pwr_ex.h>
Data Fields | |
uint32_t | WakeUpPin |
uint32_t | PinPolarity |
uint32_t | PinPull |
PWREx Wakeup pin configuration structure definition.
Definition at line 61 of file stm32h7xx_hal_pwr_ex.h.
uint32_t PWREx_WakeupPinTypeDef::PinPolarity |
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().
uint32_t PWREx_WakeupPinTypeDef::PinPull |
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().
uint32_t PWREx_WakeupPinTypeDef::WakeUpPin |
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().