HAL + 0/2 examples
CodeScope will show references to PWR_PVD_MODE_IT_RISING_FALLING from the following samples and libraries:
Examples
STM324x9I_EVAL
Examples
PWR
STM324xG_EVAL
Examples
PWR
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALPWR_PVD_MODE_IT_RISING_FALLING

PWR_PVD_MODE_IT_RISING_FALLING macro

External Interrupt Mode with Rising/Falling edge trigger detection

Syntax

#define PWR_PVD_MODE_IT_RISING_FALLING 0x00010003U

Examples

PWR_PVD_MODE_IT_RISING_FALLING is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_hal_pwr.h:94
#define PWR_PVD_MODE_IT_RISING_FALLING 0x00010003U /*!< External Interrupt Mode with Rising/Falling edge trigger detection */
stm32f4xx_hal_pwr.h:402
((MODE) == PWR_PVD_MODE_IT_RISING_FALLING) || ((MODE) == PWR_PVD_MODE_EVENT_RISING) || \