Searched full:p3t1755 (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/drivers/sensor/nxp/p3t1755/ |
D | Kconfig | 1 # P3T1755 digital temperature sensor 6 config P3T1755 config 7 bool "P3T1755 digital temperature sensor driver" 13 Enable driver for the P3T1755 digital temperature sensor.
|
D | CMakeLists.txt | 7 zephyr_library_sources(p3t1755.c)
|
D | p3t1755.c | 9 #include "p3t1755.h" 15 LOG_MODULE_REGISTER(P3T1755, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-latest/samples/sensor/thermometer/boards/ |
D | frdm_mcxn947_mcxn947_cpu0.overlay | 11 ambient-temp0 = &p3t1755; 22 p3t1755: p3t1755@4800000236152a0090 { 23 compatible = "nxp,p3t1755";
|
D | frdm_mcxn947_mcxn947_cpu0_qspi.overlay | 11 ambient-temp0 = &p3t1755; 22 p3t1755: p3t1755@4800000236152a0090 { 23 compatible = "nxp,p3t1755";
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,p3t1755-i2c.yaml | 5 NXP P3T1755 digital temperature sensor connected to I2C bus. 7 compatible: "nxp,p3t1755" 9 include: ["i2c-device.yaml", "nxp,p3t1755-common.yaml"]
|
D | nxp,p3t1755-i3c.yaml | 5 NXP P3T1755 digital temperature sensor connected to I3C bus. 7 compatible: "nxp,p3t1755" 9 include: ["i3c-device.yaml", "nxp,p3t1755-common.yaml"]
|
D | nxp,p3t1755-common.yaml | 5 NXP P3T1755 digital temperature sensor.
|
/Zephyr-latest/boards/shields/p3t1755dp_ard_i2c/ |
D | p3t1755dp_ard_i2c.overlay | 15 p3t1755_i2c: p3t1755@48 { 16 compatible = "nxp,p3t1755";
|
/Zephyr-latest/boards/shields/p3t1755dp_ard_i3c/ |
D | p3t1755dp_ard_i3c.overlay | 15 p3t1755_i3c: p3t1755@4800000236152a0090 { 16 compatible = "nxp,p3t1755";
|
/Zephyr-latest/drivers/sensor/nxp/ |
D | CMakeLists.txt | 10 add_subdirectory_ifdef(CONFIG_P3T1755 p3t1755)
|
D | Kconfig | 12 source "drivers/sensor/nxp/p3t1755/Kconfig"
|
/Zephyr-latest/boards/shields/p3t1755dp_ard_i3c/boards/ |
D | mimxrt1180_evk_mimxrt1189_cm33.overlay | 8 * The p3t1755 shield board is plugged into the arduino interface on
|
D | mimxrt1180_evk_mimxrt1189_cm7.overlay | 8 * The p3t1755 shield board is plugged into the arduino interface on
|
/Zephyr-latest/samples/sensor/thermometer/ |
D | sample.yaml | 12 - frdm_mcxn947/mcxn947/cpu0 # p3t1755
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 1172 test_i2c_p3t1755: p3t1755@a4 { 1173 compatible = "nxp,p3t1755";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 808 * Added P3T1755 digital temperature sensor driver (:dtcompatible:`nxp,p3t1755`).
|