Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_sam.c51 uint8_t num_active_channels; member
159 data->num_active_channels = count_bits(ctx->sequence.channels); in adc_context_start_sampling()
167 LOG_DBG("Starting conversion for %u channels", data->num_active_channels); in adc_context_start_sampling()
225 data->num_active_channels = count_bits(channels); in start_read()
227 error = check_buffer_size(sequence, data->num_active_channels); in start_read()
270 data->num_active_channels--; in adc_sam_isr()
272 if (data->num_active_channels == 0) { in adc_sam_isr()
Dadc_sam_afec.c220 uint8_t num_active_channels = 0U; in start_read() local
225 ++num_active_channels; in start_read()
231 error = check_buffer_size(sequence, num_active_channels); in start_read()