![]()  | 
  
  
  
    STM32F10x Standard Peripherals Library
    3.5.0
    
   
   | 
  
  
  
 
Defines | |
| #define | DAC_WaveGeneration_None ((uint32_t)0x00000000) | 
| #define | DAC_WaveGeneration_Noise ((uint32_t)0x00000040) | 
| #define | DAC_WaveGeneration_Triangle ((uint32_t)0x00000080) | 
| #define | IS_DAC_GENERATE_WAVE(WAVE) | 
| #define | DAC_Wave_Noise ((uint32_t)0x00000040) | 
| #define | DAC_Wave_Triangle ((uint32_t)0x00000080) | 
| #define | IS_DAC_WAVE(WAVE) | 
| #define DAC_Wave_Noise ((uint32_t)0x00000040) | 
Definition at line 222 of file stm32f10x_dac.h.
| #define DAC_Wave_Triangle ((uint32_t)0x00000080) | 
Definition at line 223 of file stm32f10x_dac.h.
| #define DAC_WaveGeneration_Noise ((uint32_t)0x00000040) | 
Definition at line 114 of file stm32f10x_dac.h.
| #define DAC_WaveGeneration_None ((uint32_t)0x00000000) | 
Definition at line 113 of file stm32f10x_dac.h.
| #define DAC_WaveGeneration_Triangle ((uint32_t)0x00000080) | 
Definition at line 115 of file stm32f10x_dac.h.
| #define IS_DAC_GENERATE_WAVE | ( | WAVE | ) | 
(((WAVE) == DAC_WaveGeneration_None) || \ ((WAVE) == DAC_WaveGeneration_Noise) || \ ((WAVE) == DAC_WaveGeneration_Triangle))
Definition at line 116 of file stm32f10x_dac.h.
| #define IS_DAC_WAVE | ( | WAVE | ) | 
(((WAVE) == DAC_Wave_Noise) || \ ((WAVE) == DAC_Wave_Triangle))
Definition at line 224 of file stm32f10x_dac.h.