Home
last modified time | relevance | path

Searched full:hx711 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/
Davia-hx711.yaml4 $id: "http://devicetree.org/schemas/iio/adc/avia-hx711.yaml#"
7 title: AVIA HX711 ADC chip for weight cells
25 - avia,hx711
62 compatible = "avia,hx711";
/Linux-v5.10/drivers/iio/adc/
Dhx711.c3 * HX711: analog to digital converter for weight sensor module
94 * this is dependent on the hx711 where the datasheet tells a
108 * hx711 is going in reset in hx711_cycle()
315 * with the HX711, therefore val must be 0 in hx711_write_raw()
480 * PD_SCK stands for power down and serial clock input of HX711 in hx711_probe()
491 * DOUT stands for serial data output of HX711 in hx711_probe()
553 indio_dev->name = "hx711"; in hx711_probe()
601 { .compatible = "avia,hx711", },
611 .name = "hx711-gpio",
619 MODULE_DESCRIPTION("HX711 bitbanging driver - ADC for weight cells");
[all …]
DKconfig469 config HX711 config
470 tristate "AVIA HX711 ADC for weight cells"
475 If you say yes here you get support for AVIA HX711 ADC which is used
488 called hx711.
DMakefile47 obj-$(CONFIG_HX711) += hx711.o
/Linux-v5.10/
DMAINTAINERS3018 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
3022 F: Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml
3023 F: drivers/iio/adc/hx711.c