Home
last modified time | relevance | path

Searched full:tmp108 (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/samples/sensor/tmp108/src/
Dmain.c11 #include <zephyr/drivers/sensor/tmp108.h>
49 void enable_temp_alerts(const struct device *tmp108) in enable_temp_alerts() argument
70 sensor_attr_set(tmp108, in enable_temp_alerts()
75 sensor_attr_set(tmp108, in enable_temp_alerts()
80 sensor_attr_set(tmp108, in enable_temp_alerts()
85 sensor_attr_set(tmp108, in enable_temp_alerts()
90 sensor_trigger_set(tmp108, in enable_temp_alerts()
95 void enable_one_shot(const struct device *tmp108) in enable_one_shot() argument
103 sensor_attr_set(tmp108, in enable_one_shot()
108 sensor_trigger_set(tmp108, in enable_one_shot()
[all …]
/Zephyr-latest/drivers/sensor/ti/tmp108/
DKconfig1 # TMP108 temperature sensor configuration options
7 menuconfig TMP108 config
8 bool "TMP108 Temperature Sensor"
14 Enable driver for the TMP108 temperature sensor and/or it's variant
17 if TMP108
23 see TMP108 spec sheet for more information on how these work.
25 endif # TMP108
DCMakeLists.txt5 zephyr_library_sources(tmp108.c tmp108_trigger.c)
Dtmp108_trigger.c11 #include "tmp108.h"
15 LOG_MODULE_DECLARE(TMP108, CONFIG_SENSOR_LOG_LEVEL);
Dtmp108.c18 #include "tmp108.h"
20 LOG_MODULE_REGISTER(TMP108, CONFIG_SENSOR_LOG_LEVEL);
329 LOG_ERR("tmp108: gpio controller %s not ready", in setup_interrupts()
Dtmp108.h16 #include <zephyr/drivers/sensor/tmp108.h>
/Zephyr-latest/samples/sensor/tmp108/
DREADME.rst1 .. zephyr:code-sample:: tmp108
2 :name: TMP108 Temperature Sensor
5 Get temperature data from a TMP108 sensor (polling & trigger mode).
17 A board with the :dtcompatible:`ti,tmp108` built in to its :ref:`devicetree <dt-guide>`,
26 TI TMP108 Example, arm
Dsample.yaml4 sample.sensor.tmp108:
10 filter: dt_compat_enabled("ti,tmp108")
DKconfig7 mainmenu "TMP108 sample application"
17 One shot requires a callback to be invoked after the tmp108 has
DCMakeLists.txt5 project(tmp108) project
/Zephyr-latest/include/zephyr/drivers/sensor/
Dtmp108.h9 * @brief Extended public API for TI's TMP108 temperature sensor
11 * This exposes attributes for the TMP108 which can be used for
33 /** a tmp108 mask for the over temp alert bit in the status word*/
36 /** a tmp108 mask for the under temp alert bit in the status word*/
/Zephyr-latest/dts/bindings/sensor/
Dti,tmp108.yaml6 TMP108 Digital Temperature Sensor. See more info at
7 https://www.ti.com/product/TMP108
9 compatible: "ti,tmp108"
/Zephyr-latest/drivers/sensor/ti/
DCMakeLists.txt19 add_subdirectory_ifdef(CONFIG_TMP108 tmp108)
DKconfig19 source "drivers/sensor/ti/tmp108/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi468 test_i2c_tmp108: tmp108@45 {
469 compatible = "ti,tmp108";
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst589 * Added TI TMP108 driver.