STM32H735xx HAL User Manual
Defines
PWR PVD Mode Mask
PWR Private Constants

Defines

#define PVD_MODE_IT   (0x00010000U)
#define PVD_MODE_EVT   (0x00020000U)
#define PVD_RISING_EDGE   (0x00000001U)
#define PVD_FALLING_EDGE   (0x00000002U)
#define PVD_RISING_FALLING_EDGE   (0x00000003U)

Define Documentation

#define PVD_FALLING_EDGE   (0x00000002U)

Definition at line 175 of file stm32h7xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_MODE_EVT   (0x00020000U)

Definition at line 171 of file stm32h7xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_MODE_IT   (0x00010000U)

Definition at line 170 of file stm32h7xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_RISING_EDGE   (0x00000001U)

Definition at line 174 of file stm32h7xx_hal_pwr.c.

Referenced by HAL_PWR_ConfigPVD().

#define PVD_RISING_FALLING_EDGE   (0x00000003U)

Definition at line 176 of file stm32h7xx_hal_pwr.c.