Home
last modified time | relevance | path

Searched refs:dacConfig (Results 1 – 8 of 8) sorted by relevance

/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_dac.c68 void DAC_Config(uint32_t channel, DAC_Config_T* dacConfig) in DAC_Config() argument
76 tmp2 = ((uint32_t)dacConfig->trigger | \ in DAC_Config()
77 (uint32_t)dacConfig->waveGeneration | \ in DAC_Config()
78 (uint32_t)dacConfig->maskAmplitudeSelect | \ in DAC_Config()
79 (uint32_t)dacConfig->outputBuffer); in DAC_Config()
92 void DAC_ConfigStructInit(DAC_Config_T* dacConfig) in DAC_ConfigStructInit() argument
95 dacConfig->trigger = DAC_TRIGGER_NONE; in DAC_ConfigStructInit()
97 dacConfig->waveGeneration = DAC_WAVE_GENERATION_NONE; in DAC_ConfigStructInit()
99 dacConfig->maskAmplitudeSelect = DAC_LFSR_MASK_BIT11_1; in DAC_ConfigStructInit()
101 dacConfig->outputBuffer = DAC_OUTPUT_BUFFER_ENBALE; in DAC_ConfigStructInit()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_dac.c67 void DAC_Config(uint32_t channel, DAC_Config_T* dacConfig) in DAC_Config() argument
75 tmp2 = ((uint32_t)dacConfig->trigger | \ in DAC_Config()
76 (uint32_t)dacConfig->waveGeneration | \ in DAC_Config()
77 (uint32_t)dacConfig->maskAmplitudeSelect | \ in DAC_Config()
78 (uint32_t)dacConfig->outputBuffer); in DAC_Config()
92 void DAC_ConfigStructInit(DAC_Config_T* dacConfig) in DAC_ConfigStructInit() argument
95 dacConfig->trigger = DAC_TRIGGER_NONE; in DAC_ConfigStructInit()
97 dacConfig->waveGeneration = DAC_WAVE_GENERATION_NONE; in DAC_ConfigStructInit()
99 dacConfig->maskAmplitudeSelect = DAC_LFSR_MASK_BIT11_1; in DAC_ConfigStructInit()
101 dacConfig->outputBuffer = DAC_OUTPUT_BUFFER_ENBALE; in DAC_ConfigStructInit()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_dac.c96 void DAC_Config(uint32_t channel, DAC_Config_T* dacConfig) in DAC_Config() argument
104 tmp2 = ((uint32_t)dacConfig->trigger | \ in DAC_Config()
105 (uint32_t)dacConfig->waveGeneration | \ in DAC_Config()
106 (uint32_t)dacConfig->maskAmplitudeSelect | \ in DAC_Config()
107 (uint32_t)dacConfig->outputBuff); in DAC_Config()
122 void DAC_ConfigStructInit(DAC_Config_T* dacConfig) in DAC_ConfigStructInit() argument
124 dacConfig->trigger = DAC_TRIGGER_NONE; in DAC_ConfigStructInit()
125 dacConfig->waveGeneration = DAC_WAVE_GENERATION_NONE; in DAC_ConfigStructInit()
126 dacConfig->maskAmplitudeSelect = DAC_LFSRUNAMASK_BIT0; in DAC_ConfigStructInit()
127 dacConfig->outputBuff = DAC_OUTPUTBUFF_ENABLE; in DAC_ConfigStructInit()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_dac.c67 void DAC_Config(uint32_t channel, DAC_Config_T *dacConfig) in DAC_Config() argument
75 temp2 = ((uint32_t)dacConfig->trigger | \ in DAC_Config()
76 (uint32_t)dacConfig->waveGeneration | \ in DAC_Config()
77 (uint32_t)dacConfig->maskAmplitudeSelect | \ in DAC_Config()
78 (uint32_t)dacConfig->outputBuffer); in DAC_Config()
92 void DAC_ConfigStructInit(DAC_Config_T *dacConfig) in DAC_ConfigStructInit() argument
94 dacConfig->trigger = DAC_TRIGGER_NONE; in DAC_ConfigStructInit()
95 dacConfig->waveGeneration = DAC_WAVE_GENERATION_NONE; in DAC_ConfigStructInit()
96 dacConfig->maskAmplitudeSelect = DAC_LFSR_MASK_BIT11_1; in DAC_ConfigStructInit()
97 dacConfig->outputBuffer = DAC_OUTPUT_BUFFER_ENBALE; in DAC_ConfigStructInit()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_dac.h162 void DAC_Config(uint32_t channel, DAC_Config_T* dacConfig);
163 void DAC_ConfigStructInit(DAC_Config_T* dacConfig);
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_dac.h161 void DAC_Config(uint32_t channel, DAC_Config_T* dacConfig);
162 void DAC_ConfigStructInit(DAC_Config_T* dacConfig);
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_dac.h160 void DAC_Config(uint32_t channel, DAC_Config_T* dacConfig);
161 void DAC_ConfigStructInit(DAC_Config_T* dacConfig);
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_dac.h200 void DAC_Config(uint32_t channel, DAC_Config_T* dacConfig);
201 void DAC_ConfigStructInit(DAC_Config_T* dacConfig);

Completed in 13 milliseconds