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_external_trigger_edge_for_injected_channels_conversion

Macros

#define SDADC_ExternalTrigInjecConvEdge_None   ((uint32_t) 0x00000000)
 
#define SDADC_ExternalTrigInjecConvEdge_Rising   SDADC_CR2_JEXTEN_0
 
#define SDADC_ExternalTrigInjecConvEdge_Falling   SDADC_CR2_JEXTEN_1
 
#define SDADC_ExternalTrigInjecConvEdge_RisingFalling   SDADC_CR2_JEXTEN
 
#define IS_SDADC_EXT_INJEC_TRIG_EDGE(EDGE)
 

Detailed Description

Macro Definition Documentation

#define IS_SDADC_EXT_INJEC_TRIG_EDGE (   EDGE)
Value:
(((EDGE) == SDADC_ExternalTrigInjecConvEdge_None) || \
((EDGE) == SDADC_ExternalTrigInjecConvEdge_Rising) || \
((EDGE) == SDADC_ExternalTrigInjecConvEdge_Falling) || \
((EDGE) == SDADC_ExternalTrigInjecConvEdge_RisingFalling))