Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/iio/adc/
Dhx711.c3 * HX711: analog to digital converter for weight sensor module
93 * this is dependent on the hx711 where the datasheet tells a
107 * hx711 is going in reset in hx711_cycle()
314 * with the HX711, therefore val must be 0 in hx711_write_raw()
473 * PD_SCK stands for power down and serial clock input of HX711 in hx711_probe()
482 * DOUT stands for serial data output of HX711 in hx711_probe()
533 indio_dev->name = "hx711"; in hx711_probe()
554 { .compatible = "avia,hx711", },
563 .name = "hx711-gpio",
571 MODULE_DESCRIPTION("HX711 bitbanging driver - ADC for weight cells");
[all …]
DKconfig589 config HX711 config
590 tristate "AVIA HX711 ADC for weight cells"
595 If you say yes here you get support for AVIA HX711 ADC which is used
608 called hx711.
DMakefile56 obj-$(CONFIG_HX711) += hx711.o
/linux-6.12.1/
DMAINTAINERS3697 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
3701 F: Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml
3702 F: drivers/iio/adc/hx711.c