Home
last modified time | relevance | path

Searched refs:th02 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/sensor/th02/src/
Dmain.c29 const struct device *const th02 = DEVICE_DT_GET_ONE(hoperf_th02); in main() local
34 if (!device_is_ready(th02)) { in main()
51 rc = sensor_sample_fetch(th02); in main()
57 rc = sensor_channel_get(th02, info[i].chan, &val[i]); in main()
/Zephyr-latest/samples/sensor/th02/boards/
Dfrdm_k64f.overlay8 th02@40 {
9 compatible = "hoperf,th02";
/Zephyr-latest/drivers/sensor/th02/
DCMakeLists.txt5 zephyr_library_sources(th02.c)
/Zephyr-latest/samples/sensor/th02/
DCMakeLists.txt5 project(th02) project
DREADME.rst1 .. zephyr:code-sample:: th02
/Zephyr-latest/drivers/sensor/
DCMakeLists.txt61 add_subdirectory_ifdef(CONFIG_TH02 th02)
DKconfig145 source "drivers/sensor/th02/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi125 test_i2c_th02: th02@10 {
126 compatible = "hoperf,th02";