Searched full:tmp116 (Results 1 – 21 of 21) sorted by relevance
/Zephyr-Core-3.5.0/drivers/sensor/tmp116/ |
D | Kconfig | 1 # TMP116 temperature sensor configuration options 6 config TMP116 config 7 bool "TMP116 and TMP117 Temperature Sensors" 12 Enable driver for TMP116 and TMP117 temperature sensors.
|
D | CMakeLists.txt | 5 zephyr_library_sources(tmp116.c)
|
D | tmp116.c | 12 #include <zephyr/drivers/sensor/tmp116.h> 19 #include "tmp116.h" 25 LOG_MODULE_REGISTER(TMP116, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-Core-3.5.0/dts/bindings/mtd/ |
D | ti,tmp116-eeprom.yaml | 4 description: TI TMP116 EEPROM controller binding 6 compatible: "ti,tmp116-eeprom" 10 on-bus: tmp116
|
/Zephyr-Core-3.5.0/dts/bindings/sensor/ |
D | ti,tmp116.yaml | 4 description: Texas Instruments TMP116 temperature sensor 6 compatible: "ti,tmp116" 8 bus: tmp116
|
/Zephyr-Core-3.5.0/drivers/eeprom/ |
D | Kconfig.tmp116 | 5 bool "TMP116 EEPROM driver" 8 depends on TMP116 11 Texas instrument TMP116 temperature sensor
|
D | eeprom_tmp116.c | 11 #include <zephyr/drivers/sensor/tmp116.h> 21 "TMP116 eeprom driver must be initialized after TMP116 sensor "
|
D | Kconfig | 98 source "drivers/eeprom/Kconfig.tmp116"
|
/Zephyr-Core-3.5.0/dts/bindings/i2c/ |
D | ti,tca954x-base.yaml | 28 temp_sens_0: tmp116@49 { 29 compatible = "ti,tmp116"; 40 temp_sens_1: tmp116@49 { 41 compatible = "ti,tmp116";
|
/Zephyr-Core-3.5.0/samples/sensor/tmp116/ |
D | README.rst | 11 to use the features provided by TMP117, which is a sensor similar to TMP116 16 This sample needs a TI TMP116 or TI TMP117 sensor connected to the target board's I2C 41 :zephyr-app: samples/sensor/tmp116 60 Device TMP116 - 0x200010a8 is ready
|
D | sample.yaml | 2 name: TI TMP116 Sensor Sample 4 sample.sensor.tmp116:
|
D | CMakeLists.txt | 5 project(tmp116) project
|
/Zephyr-Core-3.5.0/samples/sensor/tmp116/boards/ |
D | nucleo_f401re.overlay | 10 compatible = "ti,tmp116"; 16 compatible = "ti,tmp116-eeprom";
|
/Zephyr-Core-3.5.0/samples/sensor/tmp116/src/ |
D | main.c | 11 #include <zephyr/drivers/sensor/tmp116.h> 32 __ASSERT(device_is_ready(dev), "TMP116 device not ready"); in main() 33 __ASSERT(device_is_ready(eeprom), "TMP116 eeprom device not ready"); in main()
|
/Zephyr-Core-3.5.0/drivers/sensor/ |
D | CMakeLists.txt | 143 add_subdirectory_ifdef(CONFIG_TMP116 tmp116)
|
D | Kconfig | 199 source "drivers/sensor/tmp116/Kconfig"
|
/Zephyr-Core-3.5.0/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 439 test_i2c_tmp116: tmp116@47 { 440 compatible = "ti,tmp116";
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.1.rst | 264 * Added TMP116 driver
|
D | release-notes-3.0.rst | 504 * Added support for the EEPROM present in the TMP116 digital temperature
|
D | release-notes-2.3.rst | 1009 * :github:`24294` - Problem using TMP116 sensor with platformio
|
D | release-notes-2.7.rst | 1174 * :github:`38398` - DT_N_INST error for TMP116 sample
|