Searched full:adt7420 (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/drivers/sensor/adi/adt7420/ |
D | Kconfig | 1 # ADT7420 temperature sensor configuration options 6 menuconfig ADT7420 config 7 bool "ADT7420 Temperature Sensor" 12 Enable the driver for Analog Devices ADT7420 High-Accuracy 15 if ADT7420 32 of the ADT7420. 74 endif # ADT7420
|
D | CMakeLists.txt | 5 zephyr_library_sources(adt7420.c)
|
D | adt7420.h | 14 /* ADT7420 registers */ 55 /* ADT7420 default ID */
|
D | adt7420_trigger.c | 14 #include "adt7420.h" 17 LOG_MODULE_DECLARE(ADT7420, CONFIG_SENSOR_LOG_LEVEL);
|
D | adt7420.c | 17 #include "adt7420.h" 20 LOG_MODULE_REGISTER(ADT7420, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-latest/samples/sensor/adt7420/ |
D | README.rst | 1 .. zephyr:code-sample:: adt7420 2 :name: ADT7420 high-accuracy digital I2C temperature sensor 5 Get temperature data from an ADT7420 sensor using polling and window mode. 22 - ADT7420: https://www.analog.com/adt7420 27 This sample uses the ADT7420 sensor controlled using the I2C interface. 37 This project outputs sensor data to the console. It requires an ADT7420 44 :zephyr-app: samples/sensor/adt7420 54 device is 0x2000101c, name is ADT7420
|
D | sample.yaml | 2 name: ADT7420 Sensor Sample 4 sample.sensor.adt7420:
|
D | CMakeLists.txt | 5 project(adt7420) project
|
/Zephyr-latest/samples/sensor/adt7420/boards/ |
D | frdm_k64f.overlay | 10 adt7420@48 { 11 compatible = "adi,adt7420";
|
D | nrf52dk_nrf52832.overlay | 10 adt7420@48 { 11 compatible = "adi,adt7420";
|
/Zephyr-latest/dts/bindings/sensor/ |
D | adi,adt7420.yaml | 4 description: ADT7420 16-Bit digital I2C temperature sensor 6 compatible: "adi,adt7420"
|
/Zephyr-latest/drivers/sensor/adi/ |
D | CMakeLists.txt | 7 add_subdirectory_ifdef(CONFIG_ADT7420 adt7420)
|
D | Kconfig | 7 source "drivers/sensor/adi/adt7420/Kconfig"
|
/Zephyr-latest/dts/bindings/i2c/ |
D | infineon,xmc4xxx-i2c.yaml | 12 Example devicetree configuration with an adt7420 temperature sensor 29 adt7420@48 { 30 compatible = "adi,adt7420";
|
/Zephyr-latest/samples/sensor/thermometer/ |
D | sample.yaml | 11 - adi_eval_adin1110ebz # adt7420
|
/Zephyr-latest/boards/adi/eval_adin1110ebz/ |
D | adi_eval_adin1110ebz.dts | 57 ambient-temp0 = &adt7420; 184 adt7420: adt7420@48 { label 185 compatible = "adi,adt7420";
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | README.rst | 56 ambient-temp0 = &adt7420; 194 [00:00:00.181,000] <inf> app_device: Device adt7420@48 is ready
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 33 test_i2c_adt7420: adt7420@0 { 34 compatible = "adi,adt7420";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.13.rst | 108 * sensor: Added adxl372, mma8451q, adt7420 drivers
|
D | release-notes-2.7.rst | 1284 * :github:`38007` - [Coverity CID: 236649] Unchecked return value in drivers/sensor/adt7420/adt7420…
|