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_Conf_0   ((uint32_t)0x00000000)
 
#define SDADC_Conf_1   ((uint32_t)0x00000001)
 
#define SDADC_Conf_2   ((uint32_t)0x00000002)
 
#define IS_SDADC_CONF(CONF)
 

Detailed Description

Macro Definition Documentation

#define IS_SDADC_CONF (   CONF)
Value:
(((CONF) == SDADC_Conf_0) || \
((CONF) == SDADC_Conf_1) || \
((CONF) == SDADC_Conf_2))
#define SDADC_Conf_0   ((uint32_t)0x00000000)

Configuration 0 selected

#define SDADC_Conf_1   ((uint32_t)0x00000001)

Configuration 1 selected

#define SDADC_Conf_2   ((uint32_t)0x00000002)

Configuration 2 selected