Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_adc.c163 int mec_hal_adc_chan_vref_select(struct mec_adc_regs *regs, uint8_t chan_id, in mec_hal_adc_chan_vref_select() argument
170 if ((chan_id >= MEC5_ADC_CHANNELS) || (vref > MEC_ADC_CHAN_VREF_GPIO)) { in mec_hal_adc_chan_vref_select()
176 temp &= ~(0x3u << (chan_id * 2u)); in mec_hal_adc_chan_vref_select()
177 temp |= (((uint32_t)vref & 0x3u) << (chan_id * 2u)); in mec_hal_adc_chan_vref_select()
Dmec_adc_api.h96 int mec_hal_adc_chan_vref_select(struct mec_adc_regs *regs, uint8_t chan_id,