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
SDADC_CommonMode

Macros

#define SDADC_CommonMode_VSSA   ((uint32_t)0x00000000)
 
#define SDADC_CommonMode_VDDA_2   SDADC_CONF0R_COMMON0_0
 
#define SDADC_CommonMode_VDDA   SDADC_CONF0R_COMMON0_1
 
#define IS_SDADC_COMMON_MODE(MODE)
 

Detailed Description

Macro Definition Documentation

#define IS_SDADC_COMMON_MODE (   MODE)
Value:
(((MODE) == SDADC_CommonMode_VSSA) || \
((MODE) == SDADC_CommonMode_VDDA_2) || \
((MODE) == SDADC_CommonMode_VDDA))
#define SDADC_CommonMode_VDDA   SDADC_CONF0R_COMMON0_1

Select SDADC VDDA as common mode

#define SDADC_CommonMode_VDDA_2   SDADC_CONF0R_COMMON0_0

Select SDADC VDDA/2 as common mode

#define SDADC_CommonMode_VSSA   ((uint32_t)0x00000000)

Select SDADC VSSA as common mode