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_resolution
ADC_Exported_Constants
Macros
#define
ADC_Resolution_12b
((uint32_t)0x00000000)
#define
ADC_Resolution_10b
((uint32_t)0x01000000)
#define
ADC_Resolution_8b
((uint32_t)0x02000000)
#define
ADC_Resolution_6b
((uint32_t)0x03000000)
#define
IS_ADC_RESOLUTION
(RESOLUTION)
Detailed Description
Macro Definition Documentation
#define IS_ADC_RESOLUTION
(
RESOLUTION
)
Value:
(((RESOLUTION) == ADC_Resolution_12b) || \
((RESOLUTION) == ADC_Resolution_10b) || \
((RESOLUTION) == ADC_Resolution_8b) || \
((RESOLUTION) == ADC_Resolution_6b))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1