Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_max32.c108 uint32_t num_of_sample_channels = POPCOUNT(seq->channels); in start_read() local
131 if (seq->buffer_size < (num_of_sample * num_of_sample_channels)) { /* Buffer size control */ in start_read()