HAL
PVD_RISING_EDGE is only used within HAL.
 
Symbols
loading...
Files
loading...

PVD_RISING_EDGE macro

Syntax

#define PVD_RISING_EDGE 0x00000001U

References

LocationText
stm32f4xx_hal_pwr.c:48
#define PVD_RISING_EDGE 0x00000001U
stm32f4xx_hal_pwr.c:303
if((sConfigPVD->Mode & PVD_RISING_EDGE) == PVD_RISING_EDGE)