Searched refs:ch32_dac_obj (Results 1 – 1 of 1) sorted by relevance
54 static struct ch32_dac ch32_dac_obj[sizeof(dac_config) / sizeof(dac_config[0])]; variable163 ch32_dac_obj[i].DAC_Handler = dac_config[i]; in ch32_dac_init()165 if (ch32_dac_obj[i].DAC_Handler.Channel==DAC_Channel_1) in ch32_dac_init()173 if (ch32_dac_obj[i].DAC_Handler.Channel==DAC_Channel_2) in ch32_dac_init()182 DAC_Init(ch32_dac_obj[i].DAC_Handler.Channel,&ch32_dac_obj[i].DAC_Handler.Init); in ch32_dac_init()185 …if (rt_hw_dac_register(&ch32_dac_obj[i].ch32_dac_device, name_buf, &ch_dac_ops, &ch32_dac_obj[i].D… in ch32_dac_init()
Completed in 3 milliseconds