Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_adc.c152 int mec_hal_adc_repeat_mode_chan_set(struct mec_adc_regs *regs, uint32_t rpt_chan_bm) in mec_hal_adc_repeat_mode_chan_set() argument
158 regs->RCHEN = rpt_chan_bm; in mec_hal_adc_repeat_mode_chan_set()
306 int mec_hal_adc_start(struct mec_adc_regs *regs, uint16_t single_chan_bm, uint16_t rpt_chan_bm) in mec_hal_adc_start() argument
321 if (rpt_chan_bm) { in mec_hal_adc_start()
325 regs->RCHEN = rpt_chan_bm; in mec_hal_adc_start()
329 regs->STATUS = single_chan_bm | rpt_chan_bm; in mec_hal_adc_start()
Dmec_adc_api.h94 int mec_hal_adc_repeat_mode_chan_set(struct mec_adc_regs *regs, uint32_t rpt_chan_bm);
104 int mec_hal_adc_start(struct mec_adc_regs *regs, uint16_t single_chan_bm, uint16_t rpt_chan_bm);