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

PVD_FALLING_EDGE macro

Syntax

#define PVD_FALLING_EDGE 0x00000002U

References

LocationText
stm32f4xx_hal_pwr.c:49
#define PVD_FALLING_EDGE 0x00000002U
stm32f4xx_hal_pwr.c:308
if((sConfigPVD->Mode & PVD_FALLING_EDGE) == PVD_FALLING_EDGE)