STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
ADC_interrupts_definition

Macros

#define ADC_IT_EOC   ((uint16_t)0x0220)
 
#define ADC_IT_AWD   ((uint16_t)0x0140)
 
#define ADC_IT_JEOC   ((uint16_t)0x0480)
 
#define IS_ADC_IT(IT)   ((((IT) & (uint16_t)0xF81F) == 0x00) && ((IT) != 0x00))
 
#define IS_ADC_GET_IT(IT)
 

Detailed Description

Macro Definition Documentation

#define IS_ADC_GET_IT (   IT)
Value:
(((IT) == ADC_IT_EOC) || ((IT) == ADC_IT_AWD) || \
((IT) == ADC_IT_JEOC))