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_injected_channel_selection
ADC_Exported_Constants
Macros
#define
ADC_InjectedChannel_1
((uint8_t)0x14)
#define
ADC_InjectedChannel_2
((uint8_t)0x18)
#define
ADC_InjectedChannel_3
((uint8_t)0x1C)
#define
ADC_InjectedChannel_4
((uint8_t)0x20)
#define
IS_ADC_INJECTED_CHANNEL
(CHANNEL)
Detailed Description
Macro Definition Documentation
#define IS_ADC_INJECTED_CHANNEL
(
CHANNEL
)
Value:
(((CHANNEL) == ADC_InjectedChannel_1) || \
((CHANNEL) == ADC_InjectedChannel_2) || \
((CHANNEL) == ADC_InjectedChannel_3) || \
((CHANNEL) == ADC_InjectedChannel_4))
Generated on Thu Feb 13 2014 18:54:13 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1