Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dac/
Ddac_gd32.c49 static void dac_gd32_enable(uint8_t dacx) in dac_gd32_enable() argument
51 switch (dacx) { in dac_gd32_enable()
63 static void dac_gd32_disable(uint8_t dacx) in dac_gd32_disable() argument
65 switch (dacx) { in dac_gd32_disable()
78 uint8_t dacx, uint32_t value) in dac_gd32_write() argument
80 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() local
107 if (dacx >= config->num_channels) { in dac_gd32_channel_setup()
[all …]