STM32F10x Standard Peripherals Library  3.5.0
DAC_Channel_selection

Defines

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

Define Documentation

#define DAC_Channel_1   ((uint32_t)0x00000000)

Definition at line 196 of file stm32f10x_dac.h.

#define DAC_Channel_2   ((uint32_t)0x00000010)

Definition at line 197 of file stm32f10x_dac.h.

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

Definition at line 198 of file stm32f10x_dac.h.