Searched refs:int_time_vshunt (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dina2xx-adc.c98 #define SAMPLING_PERIOD(c) ((c->int_time_vbus + c->int_time_vshunt) \
146 int int_time_vshunt; /* Shunt voltage integration time uS */ member in struct:ina2xx_chip_info
211 *val2 = chip->int_time_vshunt;
341 chip->int_time_vshunt = ina226_conv_time_tab[bits];
401 chip->int_time_vshunt = val_us_best;

Completed in 105 milliseconds