Go to the documentation of this file.
88 #ifdef VSL_AMP_PER_TONE
104 #define DEFAULT_AMPLITUDE 64
105 #define MIN_AMPLITUDE 0
106 #define MAX_AMPLITUDE 255
109 #define DAC_Channel_1 ((uint32_t)0x00000000)
110 #define DAC_Channel_2 ((uint32_t)0x00000010)
111 #define DAC_Trigger_T7_TRGO ((uint32_t)0x00000014)
112 #define DAC_WaveGeneration_None ((uint32_t)0x00000000)
113 #define DAC_LFSRUnmask_Bit0 ((uint32_t)0x00000000)
114 #define DAC_OutputBuffer_Enable ((uint32_t)0x00000000)
115 #define DAC_OutputBuffer_Disable ((uint32_t)0x00000002)
116 #define CR_CLEAR_MASK ((uint32_t)0x00000FFE)
119 #define TIM_PSCReloadMode_Immediate ((uint16_t)0x0001)
120 #define TIM_TRGOSource_Update ((uint16_t)0x0020)
123 #endif // VEXAUDIO_H_