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

Macros

#define PWR_Regulator_ON   ((uint32_t)0x00000000)
 
#define PWR_Regulator_LowPower   PWR_CR_LPSDSR
 
#define IS_PWR_REGULATOR(REGULATOR)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_REGULATOR (   REGULATOR)
Value:
(((REGULATOR) == PWR_Regulator_ON) || \
((REGULATOR) == PWR_Regulator_LowPower))