Lines Matching +full:32 +full:mv
45 { 32, 2, 0, 1 },
218 if (hx711_data->gain_set == 32) { in hx711_set_gain_for_channel()
230 if (hx711_data->gain_set != 32) { in hx711_set_gain_for_channel()
231 hx711_data->gain_set = 32; in hx711_set_gain_for_channel()
313 * a scale greater than 1 mV per LSB is not possible in hx711_write_raw()
329 if (gain != 32) in hx711_write_raw()
434 .storagebits = 32,
448 .storagebits = 32,
502 * AVDD is in uV, but we need 10^-9 mV in hx711_probe()
503 * approximately to fit into a 32 bit number: in hx711_probe()
504 * 1 LSB = (AVDD * 100) / GAIN / 1678 [10^-9 mV] in hx711_probe()
507 /* we need 10^-9 mV */ in hx711_probe()