STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
Main Page
Modules
Data Structures
Files
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Groups
Modules
|
Macros
PWR_Flag
PWR_STOP_mode_entry
Modules
PWR_Flag_Legacy
Macros
#define
PWR_FLAG_WU
PWR_CSR_WUF
#define
PWR_FLAG_SB
PWR_CSR_SBF
#define
PWR_FLAG_PVDO
PWR_CSR_PVDO
#define
PWR_FLAG_BRR
PWR_CSR_BRR
#define
PWR_FLAG_VOSRDY
PWR_CSR_VOSRDY
#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) || ((FLAG) == PWR_FLAG_BRR) || \
((FLAG) == PWR_FLAG_VOSRDY))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1