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_SDADC_Analog

Macros

#define PWR_SDADCAnalog_1   PWR_CR_SDADC1EN
 
#define PWR_SDADCAnalog_2   PWR_CR_SDADC2EN
 
#define PWR_SDADCAnalog_3   PWR_CR_SDADC3EN
 
#define IS_PWR_SDADC_ANALOG(SDADC)
 

Detailed Description

Macro Definition Documentation

#define IS_PWR_SDADC_ANALOG (   SDADC)
Value:
(((SDADC) == PWR_SDADCAnalog_1) || \
((SDADC) == PWR_SDADCAnalog_2) || \
((SDADC) == PWR_SDADCAnalog_3))