Home
last modified time | relevance | path

Searched full:adt7420 (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/drivers/sensor/adi/adt7420/
DKconfig1 # 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
DCMakeLists.txt5 zephyr_library_sources(adt7420.c)
Dadt7420.h14 /* ADT7420 registers */
55 /* ADT7420 default ID */
Dadt7420_trigger.c14 #include "adt7420.h"
17 LOG_MODULE_DECLARE(ADT7420, CONFIG_SENSOR_LOG_LEVEL);
Dadt7420.c17 #include "adt7420.h"
20 LOG_MODULE_REGISTER(ADT7420, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/samples/sensor/adt7420/
DREADME.rst1 .. 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
Dsample.yaml2 name: ADT7420 Sensor Sample
4 sample.sensor.adt7420:
DCMakeLists.txt5 project(adt7420) project
/Zephyr-latest/samples/sensor/adt7420/boards/
Dfrdm_k64f.overlay10 adt7420@48 {
11 compatible = "adi,adt7420";
Dnrf52dk_nrf52832.overlay10 adt7420@48 {
11 compatible = "adi,adt7420";
/Zephyr-latest/dts/bindings/sensor/
Dadi,adt7420.yaml4 description: ADT7420 16-Bit digital I2C temperature sensor
6 compatible: "adi,adt7420"
/Zephyr-latest/drivers/sensor/adi/
DCMakeLists.txt7 add_subdirectory_ifdef(CONFIG_ADT7420 adt7420)
DKconfig7 source "drivers/sensor/adi/adt7420/Kconfig"
/Zephyr-latest/dts/bindings/i2c/
Dinfineon,xmc4xxx-i2c.yaml12 Example devicetree configuration with an adt7420 temperature sensor
29 adt7420@48 {
30 compatible = "adi,adt7420";
/Zephyr-latest/samples/sensor/thermometer/
Dsample.yaml11 - adi_eval_adin1110ebz # adt7420
/Zephyr-latest/boards/adi/eval_adin1110ebz/
Dadi_eval_adin1110ebz.dts57 ambient-temp0 = &adt7420;
184 adt7420: adt7420@48 { label
185 compatible = "adi,adt7420";
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
DREADME.rst56 ambient-temp0 = &adt7420;
194 [00:00:00.181,000] <inf> app_device: Device adt7420@48 is ready
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi33 test_i2c_adt7420: adt7420@0 {
34 compatible = "adi,adt7420";
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst108 * sensor: Added adxl372, mma8451q, adt7420 drivers
Drelease-notes-2.7.rst1284 * :github:`38007` - [Coverity CID: 236649] Unchecked return value in drivers/sensor/adt7420/adt7420…