uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 DAC_Channel_1   ((uint32_t)0x00000000)

Definition at line 200 of file stm32f10x_dac.h.

#define DAC_Channel_2   ((uint32_t)0x00000010)

Definition at line 201 of file stm32f10x_dac.h.

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

Definition at line 202 of file stm32f10x_dac.h.