Home
last modified time | relevance | path

Searched full:tmp116 (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/drivers/sensor/ti/tmp116/
DKconfig1 # 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.
DCMakeLists.txt5 zephyr_library_sources(tmp116.c)
Dtmp116.c12 #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/
Dti,tmp116-eeprom.yaml4 description: TI TMP116 EEPROM controller binding
6 compatible: "ti,tmp116-eeprom"
10 on-bus: tmp116
/Zephyr-latest/drivers/eeprom/
DKconfig.tmp1165 bool "TMP116 EEPROM driver"
8 depends on TMP116
11 Texas instrument TMP116 temperature sensor
Deeprom_tmp116.c11 #include <zephyr/drivers/sensor/tmp116.h>
21 "TMP116 eeprom driver must be initialized after TMP116 sensor "
DKconfig99 source "drivers/eeprom/Kconfig.tmp116"
/Zephyr-latest/dts/bindings/sensor/
Dti,tmp116.yaml4 description: Texas Instruments TMP116 temperature sensor
6 compatible: "ti,tmp116"
8 bus: tmp116
/Zephyr-latest/dts/bindings/i2c/
Dti,tca954x-base.yaml28 temp_sens_0: tmp116@49 {
29 compatible = "ti,tmp116";
40 temp_sens_1: tmp116@49 {
41 compatible = "ti,tmp116";
/Zephyr-latest/samples/sensor/tmp116/
DREADME.rst11 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
Dsample.yaml2 name: TI TMP116 Sensor Sample
4 sample.sensor.tmp116:
DCMakeLists.txt5 project(tmp116) project
/Zephyr-latest/samples/sensor/tmp116/boards/
Dnucleo_f401re.overlay10 compatible = "ti,tmp116";
16 compatible = "ti,tmp116-eeprom";
/Zephyr-latest/include/zephyr/dt-bindings/sensor/
Dtmp116.h10 * @defgroup TMP116 Texas Instruments (TI) TMP116 DT Options
/Zephyr-latest/samples/sensor/tmp116/src/
Dmain.c11 #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/
Dapp.overlay58 test_i2c_tmp116: tmp116@2 {
60 compatible = "ti,tmp116";
66 compatible = "ti,tmp116-eeprom";
/Zephyr-latest/boards/bytesatwork/bytesensi_l/
Dbytesensi_l.dts96 temperature_sensor: tmp116@4a {
98 compatible = "ti,tmp116";
104 compatible = "ti,tmp116-eeprom";
/Zephyr-latest/drivers/sensor/ti/
DCMakeLists.txt22 add_subdirectory_ifdef(CONFIG_TMP116 tmp116)
DKconfig22 source "drivers/sensor/ti/tmp116/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi27 #include <zephyr/dt-bindings/sensor/tmp116.h>
479 test_i2c_tmp116: tmp116@47 {
480 compatible = "ti,tmp116";
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst264 * Added TMP116 driver
Drelease-notes-3.0.rst504 * Added support for the EEPROM present in the TMP116 digital temperature
Drelease-notes-2.3.rst1009 * :github:`24294` - Problem using TMP116 sensor with platformio
Drelease-notes-2.7.rst1174 * :github:`38398` - DT_N_INST error for TMP116 sample