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

Macros

#define SDADC_InputMode_Diff   ((uint32_t)0x00000000)
 
#define SDADC_InputMode_SEOffset   SDADC_CONF0R_SE0_0
 
#define SDADC_InputMode_SEZeroReference   SDADC_CONF0R_SE0
 
#define IS_SDADC_INPUT_MODE(MODE)
 

Detailed Description

Macro Definition Documentation

#define IS_SDADC_INPUT_MODE (   MODE)
Value:
(((MODE) == SDADC_InputMode_Diff) || \
((MODE) == SDADC_InputMode_SEOffset) || \
#define SDADC_InputMode_Diff   ((uint32_t)0x00000000)

Conversions are executed in differential mode

#define SDADC_InputMode_SEOffset   SDADC_CONF0R_SE0_0

Conversions are executed in single ended offset mode

#define SDADC_InputMode_SEZeroReference   SDADC_CONF0R_SE0

Conversions are executed in single ended zero-volt reference mode