![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | PWR_PVD_MODE_NORMAL ((uint32_t)0x00000000U) |
#define | PWR_PVD_MODE_IT_RISING ((uint32_t)0x00010001U) |
#define | PWR_PVD_MODE_IT_FALLING ((uint32_t)0x00010002U) |
#define | PWR_PVD_MODE_IT_RISING_FALLING ((uint32_t)0x00010003U) |
#define | PWR_PVD_MODE_EVENT_RISING ((uint32_t)0x00020001U) |
#define | PWR_PVD_MODE_EVENT_FALLING ((uint32_t)0x00020002U) |
#define | PWR_PVD_MODE_EVENT_RISING_FALLING ((uint32_t)0x00020003U) |
#define PWR_PVD_MODE_EVENT_FALLING ((uint32_t)0x00020002U) |
Event Mode with Falling edge trigger detection
Definition at line 109 of file stm32f7xx_hal_pwr.h.
#define PWR_PVD_MODE_EVENT_RISING ((uint32_t)0x00020001U) |
Event Mode with Rising edge trigger detection
Definition at line 108 of file stm32f7xx_hal_pwr.h.
#define PWR_PVD_MODE_EVENT_RISING_FALLING ((uint32_t)0x00020003U) |
Event Mode with Rising/Falling edge trigger detection
Definition at line 110 of file stm32f7xx_hal_pwr.h.
#define PWR_PVD_MODE_IT_FALLING ((uint32_t)0x00010002U) |
External Interrupt Mode with Falling edge trigger detection
Definition at line 106 of file stm32f7xx_hal_pwr.h.
#define PWR_PVD_MODE_IT_RISING ((uint32_t)0x00010001U) |
External Interrupt Mode with Rising edge trigger detection
Definition at line 105 of file stm32f7xx_hal_pwr.h.
#define PWR_PVD_MODE_IT_RISING_FALLING ((uint32_t)0x00010003U) |
External Interrupt Mode with Rising/Falling edge trigger detection
Definition at line 107 of file stm32f7xx_hal_pwr.h.
#define PWR_PVD_MODE_NORMAL ((uint32_t)0x00000000U) |
basic mode is used
Definition at line 104 of file stm32f7xx_hal_pwr.h.