STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
DAC_Channel_selection

Macros

#define DAC_Channel_1   ((uint32_t)0x00000000)
 
#define DAC_Channel_2   ((uint32_t)0x00000010)
 
#define IS_DAC_CHANNEL(CHANNEL)
 

Detailed Description

Macro Definition Documentation

#define IS_DAC_CHANNEL (   CHANNEL)
Value:
(((CHANNEL) == DAC_Channel_1) || \
((CHANNEL) == DAC_Channel_2))