Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_xmc4xxx.c118 uint32_t requested_channels = sequence->channels; in start_read() local
120 uint32_t configured_channels = adc_group->ASSEL & requested_channels; in start_read()
123 if (requested_channels == 0) { in start_read()
128 if (requested_channels != configured_channels) { in start_read()
156 data->channel_mask = requested_channels; in start_read()