Searched full:tmp108 (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/samples/sensor/tmp108/src/ |
D | main.c | 11 #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/ |
D | Kconfig | 1 # 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
|
D | CMakeLists.txt | 5 zephyr_library_sources(tmp108.c tmp108_trigger.c)
|
D | tmp108_trigger.c | 11 #include "tmp108.h" 15 LOG_MODULE_DECLARE(TMP108, CONFIG_SENSOR_LOG_LEVEL);
|
D | tmp108.c | 18 #include "tmp108.h" 20 LOG_MODULE_REGISTER(TMP108, CONFIG_SENSOR_LOG_LEVEL); 329 LOG_ERR("tmp108: gpio controller %s not ready", in setup_interrupts()
|
D | tmp108.h | 16 #include <zephyr/drivers/sensor/tmp108.h>
|
/Zephyr-latest/samples/sensor/tmp108/ |
D | README.rst | 1 .. 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
|
D | sample.yaml | 4 sample.sensor.tmp108: 10 filter: dt_compat_enabled("ti,tmp108")
|
D | Kconfig | 7 mainmenu "TMP108 sample application" 17 One shot requires a callback to be invoked after the tmp108 has
|
D | CMakeLists.txt | 5 project(tmp108) project
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tmp108.h | 9 * @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/ |
D | ti,tmp108.yaml | 6 TMP108 Digital Temperature Sensor. See more info at 7 https://www.ti.com/product/TMP108 9 compatible: "ti,tmp108"
|
/Zephyr-latest/drivers/sensor/ti/ |
D | CMakeLists.txt | 19 add_subdirectory_ifdef(CONFIG_TMP108 tmp108)
|
D | Kconfig | 19 source "drivers/sensor/ti/tmp108/Kconfig"
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 468 test_i2c_tmp108: tmp108@45 { 469 compatible = "ti,tmp108";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 589 * Added TI TMP108 driver.
|