PWREx Wakeup pin configuration structure definition. More...
#include <stm32h7xx_hal_pwr_ex.h>
Public Attributes | |
uint32_t | PinPolarity |
uint32_t | PinPull |
uint32_t | WakeUpPin |
PWREx Wakeup pin configuration structure definition.
Definition at line 62 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/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 69 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
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 74 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.
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 64 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h.