Lines Matching refs:channel
203 static inline uint8_t get_channel_type(uint32_t channel) in get_channel_type() argument
205 switch (channel) { in get_channel_type()
608 for (uint32_t channel = 0; in schedule_and_start_adc_sequence() local
609 channel < LL_ADC_CHANNEL_MAX && remaining_unsampled != 0U; in schedule_and_start_adc_sequence()
610 channel++) { in schedule_and_start_adc_sequence()
611 const uint32_t ch_bit = BIT(channel); in schedule_and_start_adc_sequence()
618 const uint8_t ch_type = get_channel_type(channel); in schedule_and_start_adc_sequence()
619 const uint8_t ch_vin_range = data->channel_config[channel].vinput_range; in schedule_and_start_adc_sequence()
645 if (channel == LL_ADC_CHANNEL_TEMPSENSOR) { in schedule_and_start_adc_sequence()
678 ll_adc_set_conversion_channel(adc, sequence_length, channel); in schedule_and_start_adc_sequence()
688 if (channel < LL_ADC_EXTERNAL_CHANNEL_MAX) { in schedule_and_start_adc_sequence()
689 LL_ADC_SetChannelVoltageRange(adc, channel, ch_vin_range); in schedule_and_start_adc_sequence()
1203 .dma_channel = DT_DMAS_CELL_BY_IDX(ADC_NODE, 0, channel),