STM32H735xx HAL User Manual
Defines
PWR PVD Mode
PWR Exported Constants

Defines

#define PWR_PVD_MODE_NORMAL   (0x00000000U)
#define PWR_PVD_MODE_IT_RISING   (0x00010001U)
#define PWR_PVD_MODE_IT_FALLING   (0x00010002U)
#define PWR_PVD_MODE_IT_RISING_FALLING   (0x00010003U)
#define PWR_PVD_MODE_EVENT_RISING   (0x00020001U)
#define PWR_PVD_MODE_EVENT_FALLING   (0x00020002U)
#define PWR_PVD_MODE_EVENT_RISING_FALLING   (0x00020003U)

Define Documentation

#define PWR_PVD_MODE_EVENT_FALLING   (0x00020002U)

Event Mode with Falling edge trigger detection

Definition at line 100 of file stm32h7xx_hal_pwr.h.

#define PWR_PVD_MODE_EVENT_RISING   (0x00020001U)

Event Mode with Rising edge trigger detection

Definition at line 99 of file stm32h7xx_hal_pwr.h.

#define PWR_PVD_MODE_EVENT_RISING_FALLING   (0x00020003U)

Event Mode with Rising/Falling edge trigger detection

Definition at line 101 of file stm32h7xx_hal_pwr.h.

#define PWR_PVD_MODE_IT_FALLING   (0x00010002U)

Interrupt Mode with Falling edge trigger detection

Definition at line 97 of file stm32h7xx_hal_pwr.h.

#define PWR_PVD_MODE_IT_RISING   (0x00010001U)

Interrupt Mode with Rising edge trigger detection

Definition at line 96 of file stm32h7xx_hal_pwr.h.

#define PWR_PVD_MODE_IT_RISING_FALLING   (0x00010003U)

Interrupt Mode with Rising/Falling edge trigger detection

Definition at line 98 of file stm32h7xx_hal_pwr.h.

#define PWR_PVD_MODE_NORMAL   (0x00000000U)

Basic mode is used

Definition at line 95 of file stm32h7xx_hal_pwr.h.