STM32H735xx HAL User Manual
|
PWREx AVD configuration structure definition. More...
#include <stm32h7xx_hal_pwr_ex.h>
Data Fields | |
uint32_t | AVDLevel |
uint32_t | Mode |
PWREx AVD configuration structure definition.
Definition at line 45 of file stm32h7xx_hal_pwr_ex.h.
uint32_t PWREx_AVDTypeDef::AVDLevel |
AVDLevel : Specifies the AVD detection level. This parameter can be a value of PWREx AVD detection level
Definition at line 47 of file stm32h7xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_ConfigAVD().
uint32_t PWREx_AVDTypeDef::Mode |
Mode : Specifies the EXTI operating mode for the AVD event. This parameter can be a value of PWREx AVD Mode.
Definition at line 52 of file stm32h7xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_ConfigAVD().