STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
DAC_wave_generation

Macros

#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)
 

Detailed Description

Macro Definition Documentation

#define IS_DAC_GENERATE_WAVE (   WAVE)
Value:
(((WAVE) == DAC_WaveGeneration_None) || \
((WAVE) == DAC_WaveGeneration_Noise) || \
((WAVE) == DAC_WaveGeneration_Triangle))
#define IS_DAC_WAVE (   WAVE)
Value:
(((WAVE) == DAC_Wave_Noise) || \
((WAVE) == DAC_Wave_Triangle))