Searched refs:ADC_TM5_M_EN (Results 1 – 1 of 1) sorted by relevance
75 #define ADC_TM5_M_EN(n) (ADC_TM5_M_CHAN_BASE + ((n) * 8) + 7) macro282 ret = adc_tm5_read(chip, ADC_TM5_M_EN(ch), &ctl, sizeof(ctl)); in adc_tm5_isr()381 unsigned int reg = ADC_TM5_M_EN(channel->channel); in adc_tm5_disable_channel()