Searched refs:dacx (Results 1 – 1 of 1) sorted by relevance
49 static void dac_gd32_enable(uint8_t dacx) in dac_gd32_enable() argument51 switch (dacx) { in dac_gd32_enable()63 static void dac_gd32_disable(uint8_t dacx) in dac_gd32_disable() argument65 switch (dacx) { in dac_gd32_disable()78 uint8_t dacx, uint32_t value) in dac_gd32_write() argument80 switch (dacx) { in dac_gd32_write()82 if (data->resolutions[dacx] == 8U) { in dac_gd32_write()90 if (data->resolutions[dacx] == 8U) { in dac_gd32_write()105 uint8_t dacx = channel_cfg->channel_id; in dac_gd32_channel_setup() local107 if (dacx >= config->num_channels) { in dac_gd32_channel_setup()[all …]