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_WakeUp_Pins

Macros

#define PWR_WakeUpPin_1   PWR_CSR_EWUP1
 
#define PWR_WakeUpPin_2   PWR_CSR_EWUP2
 
#define PWR_WakeUpPin_3   PWR_CSR_EWUP3
 
#define IS_PWR_WAKEUP_PIN(PIN)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_WAKEUP_PIN (   PIN)
Value:
(((PIN) == PWR_WakeUpPin_1) || \
((PIN) == PWR_WakeUpPin_2) || \
((PIN) == PWR_WakeUpPin_3))