Searched refs:dac_device (Results 1 – 5 of 5) sorted by relevance
71 cyhal_dac_t *dac_device; in cyp_dac_enabled() local73 dac_device = device->parent.user_data; in cyp_dac_enabled()99 cyhal_dac_t *dac_device; in cyp_dac_disable() local101 dac_device = device->parent.user_data; in cyp_dac_disable()
24 struct rt_dac_device dac_device; member206 … if (rt_hw_dac_register(&dac_config[index].dac_device, dac_config[index].name, &at32_dac_ops, \ in at32_dac_init()
32 struct rt_dac_device dac_device; member
205 …if (rt_hw_dac_register(&dac_obj[i].dac_device, name_buf, &n32_dac_ops, &dac_obj[i].config->dac_per… in rt_hw_dac_init()
33 } dac_device; typedef35 static dac_device _g_dac_dev_array[] =
Completed in 36 milliseconds