Searched full:lm77 (Results 1 – 8 of 8) sorted by relevance
1 # LM77 temperature sensor configuration6 config LM77 config7 bool "LM77 Temperature Sensor"10 default $(dt_compat_enabled,lm77)13 Enable driver for the LM77 digital temperature sensor with 2-wire16 if LM7724 Enable trigger support for the LM77 digital temperature sensor.26 Trigger events are based on the LM77 INT signal (configured for event27 interrupt mode). After a trigger event the LM77 temperature must be45 endif # LM77
5 zephyr_library_sources(lm77.c)
7 #define DT_DRV_COMPAT lm7717 LOG_MODULE_REGISTER(lm77, CONFIG_SENSOR_LOG_LEVEL);21 * enabled lm77 devicetree node has the int-gpios property.26 /* LM77 registers */34 /* LM77 configuration register bits */
5 LM77 digital temperature sensor7 compatible: "lm77"33 faults to prevent false INT/T_CRIT_A tripping when the LM77 is used in
50 add_subdirectory_ifdef(CONFIG_LM77 lm77)
134 source "drivers/sensor/lm77/Kconfig"
601 test_i2c_lm77: lm77@58 {602 compatible = "lm77";
564 * Added TI LM75 and LM77 temperature sensor drivers.850 :dtcompatible:`lm75`, :dtcompatible:`lm77`, :dtcompatible:`meas,ms5607`,