Lines Matching +full:32 +full:mv
45 { 32, 2, 0, 1 },
219 if (hx711_data->gain_set == 32) { in hx711_set_gain_for_channel()
231 if (hx711_data->gain_set != 32) { in hx711_set_gain_for_channel()
232 hx711_data->gain_set = 32; in hx711_set_gain_for_channel()
314 * a scale greater than 1 mV per LSB is not possible in hx711_write_raw()
330 if (gain != 32) in hx711_write_raw()
438 .storagebits = 32,
452 .storagebits = 32,
517 * AVDD is in uV, but we need 10^-9 mV in hx711_probe()
518 * approximately to fit into a 32 bit number: in hx711_probe()
519 * 1 LSB = (AVDD * 100) / GAIN / 1678 [10^-9 mV] in hx711_probe()
525 /* we need 10^-9 mV */ in hx711_probe()