STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
Main Page
Modules
Data Structures
Files
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Groups
Macros
ADC_flags_definition
ADC_Exported_Constants
Macros
#define
ADC_FLAG_AWD
((uint8_t)0x01)
#define
ADC_FLAG_EOC
((uint8_t)0x02)
#define
ADC_FLAG_JEOC
((uint8_t)0x04)
#define
ADC_FLAG_JSTRT
((uint8_t)0x08)
#define
ADC_FLAG_STRT
((uint8_t)0x10)
#define
ADC_FLAG_OVR
((uint8_t)0x20)
#define
IS_ADC_CLEAR_FLAG
(FLAG) ((((FLAG) & (uint8_t)0xC0) == 0x00) && ((FLAG) != 0x00))
#define
IS_ADC_GET_FLAG
(FLAG)
Detailed Description
Macro Definition Documentation
#define IS_ADC_GET_FLAG
(
FLAG
)
Value:
(((FLAG) == ADC_FLAG_AWD) || \
((FLAG) == ADC_FLAG_EOC) || \
((FLAG) == ADC_FLAG_JEOC) || \
((FLAG)== ADC_FLAG_JSTRT) || \
((FLAG) == ADC_FLAG_STRT) || \
((FLAG)== ADC_FLAG_OVR))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1