STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups

Macros

#define PWR_FLAG_WU   ((uint32_t)0x00000001)
 
#define PWR_FLAG_SB   ((uint32_t)0x00000002)
 
#define PWR_FLAG_PVDO   ((uint32_t)0x00000004)
 
#define IS_PWR_GET_FLAG(FLAG)
 
#define IS_PWR_CLEAR_FLAG(FLAG)   (((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB))
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_GET_FLAG (   FLAG)
Value:
(((FLAG) == PWR_FLAG_WU) || ((FLAG) == PWR_FLAG_SB) || \
((FLAG) == PWR_FLAG_PVDO))