Searched full:tmp116 (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/drivers/sensor/ti/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> 13 #include <zephyr/dt-bindings/sensor/tmp116.h> 20 #include "tmp116.h" 26 LOG_MODULE_REGISTER(TMP116, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-latest/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-latest/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 | 99 source "drivers/eeprom/Kconfig.tmp116"
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,tmp116.yaml | 4 description: Texas Instruments TMP116 temperature sensor 6 compatible: "ti,tmp116" 8 bus: tmp116
|
/Zephyr-latest/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-latest/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-latest/samples/sensor/tmp116/boards/ |
D | nucleo_f401re.overlay | 10 compatible = "ti,tmp116"; 16 compatible = "ti,tmp116-eeprom";
|
/Zephyr-latest/include/zephyr/dt-bindings/sensor/ |
D | tmp116.h | 10 * @defgroup TMP116 Texas Instruments (TI) TMP116 DT Options
|
/Zephyr-latest/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-latest/tests/drivers/build_all/eeprom/ |
D | app.overlay | 58 test_i2c_tmp116: tmp116@2 { 60 compatible = "ti,tmp116"; 66 compatible = "ti,tmp116-eeprom";
|
/Zephyr-latest/boards/bytesatwork/bytesensi_l/ |
D | bytesensi_l.dts | 96 temperature_sensor: tmp116@4a { 98 compatible = "ti,tmp116"; 104 compatible = "ti,tmp116-eeprom";
|
/Zephyr-latest/drivers/sensor/ti/ |
D | CMakeLists.txt | 22 add_subdirectory_ifdef(CONFIG_TMP116 tmp116)
|
D | Kconfig | 22 source "drivers/sensor/ti/tmp116/Kconfig"
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 27 #include <zephyr/dt-bindings/sensor/tmp116.h> 479 test_i2c_tmp116: tmp116@47 { 480 compatible = "ti,tmp116";
|
/Zephyr-latest/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
|