Home
last modified time | relevance | path

Searched refs:DAC_Config_T (Results 1 – 9 of 9) sorted by relevance

/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_dac.h151 }DAC_Config_T; typedef
162 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.h150 } DAC_Config_T; typedef
161 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.h150 } DAC_Config_T; typedef
160 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.h184 } DAC_Config_T; typedef
200 void DAC_Config(uint32_t channel, DAC_Config_T* dacConfig);
201 void DAC_ConfigStructInit(DAC_Config_T* dacConfig);
/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()
92 void DAC_ConfigStructInit(DAC_Config_T* dacConfig) 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()
92 void DAC_ConfigStructInit(DAC_Config_T* dacConfig) 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()
122 void DAC_ConfigStructInit(DAC_Config_T* dacConfig) 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()
92 void DAC_ConfigStructInit(DAC_Config_T *dacConfig) in DAC_ConfigStructInit()
/bsp/apm32/libraries/Drivers/
A Ddrv_dac.c26 DAC_Config_T dac_conf;

Completed in 23 milliseconds