STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
ADC_external_trigger_edge_conversion

Macros

#define ADC_ExternalTrigConvEdge_None   ((uint32_t)0x00000000)
 
#define ADC_ExternalTrigConvEdge_Rising   ADC_CFGR1_EXTEN_0
 
#define ADC_ExternalTrigConvEdge_Falling   ADC_CFGR1_EXTEN_1
 
#define ADC_ExternalTrigConvEdge_RisingFalling   ADC_CFGR1_EXTEN
 
#define IS_ADC_EXT_TRIG_EDGE(EDGE)
 

Detailed Description

Macro Definition Documentation

#define IS_ADC_EXT_TRIG_EDGE (   EDGE)
Value:
(((EDGE) == ADC_ExternalTrigConvEdge_None) || \
((EDGE) == ADC_ExternalTrigConvEdge_Rising) || \
((EDGE) == ADC_ExternalTrigConvEdge_Falling) || \
((EDGE) == ADC_ExternalTrigConvEdge_RisingFalling))