/Zephyr-latest/samples/shields/x_nucleo_iks01a1/src/ |
D | main.c | 28 const struct device *const hts221 = DEVICE_DT_GET_ONE(st_hts221); in main() 29 const struct device *const lis3mdl = DEVICE_DT_GET_ONE(st_lis3mdl_magn); in main() 30 const struct device *const lsm6ds0 = DEVICE_DT_GET_ONE(st_lsm6ds0); in main() 31 const struct device *const lps25hb = DEVICE_DT_GET_ONE(st_lps25hb_press); in main()
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/src/ |
D | main.c | 30 const struct device *const hts221 = DEVICE_DT_GET_ONE(st_hts221); in main() 31 const struct device *const lps22hb = DEVICE_DT_GET_ONE(st_lps22hb_press); in main() 32 const struct device *const lsm6dsl = DEVICE_DT_GET_ONE(st_lsm6dsl); in main() 33 const struct device *const lsm303agr_a = DEVICE_DT_GET_ONE(st_lis2dh); in main() 34 const struct device *const lsm303agr_m = DEVICE_DT_GET_ONE(st_lis2mdl); in main()
|
/Zephyr-latest/samples/boards/espressif/xt_wdt/src/ |
D | main.c | 19 static const struct device *const clk_dev = DEVICE_DT_GET_ONE(espressif_esp32_rtc); 20 const struct device *const wdt = DEVICE_DT_GET_ONE(espressif_esp32_xt_wdt);
|
/Zephyr-latest/samples/sensor/lsm303dlhc/src/ |
D | main.c | 41 const struct device *const accelerometer = DEVICE_DT_GET_ONE(st_lis2dh); in main() 42 const struct device *const magnetometer = DEVICE_DT_GET_ONE(st_lsm303dlhc_magn); in main()
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | periphs.c | 15 DEVICE_DT_GET_ONE(ti_hdc1010), 16 DEVICE_DT_GET_ONE(nxp_mma8652fc), 17 DEVICE_DT_GET_ONE(avago_apds9960),
|
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/src/ |
D | main.c | 19 static const struct device *const mic_dev = DEVICE_DT_GET_ONE(usb_audio_mic); 75 const struct device *const hp_dev = DEVICE_DT_GET_ONE(usb_audio_hp); in main()
|
/Zephyr-latest/samples/boards/st/sensortile_box/src/ |
D | main.c | 293 const struct device *const hts221 = DEVICE_DT_GET_ONE(st_hts221); in main() 294 const struct device *const lis2dw12 = DEVICE_DT_GET_ONE(st_lis2dw12); in main() 295 const struct device *const lps22hh = DEVICE_DT_GET_ONE(st_lps22hh); in main() 296 const struct device *const lsm6dso = DEVICE_DT_GET_ONE(st_lsm6dso); in main() 297 const struct device *const stts751 = DEVICE_DT_GET_ONE(st_stts751); in main() 298 const struct device *const iis3dhhc = DEVICE_DT_GET_ONE(st_iis3dhhc); in main() 299 const struct device *const lis2mdl = DEVICE_DT_GET_ONE(st_lis2mdl); in main()
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/src/ |
D | main.c | 296 const struct device *const hts221 = DEVICE_DT_GET_ONE(st_hts221); in main() 297 const struct device *const lps22hh = DEVICE_DT_GET_ONE(st_lps22hh); in main() 298 const struct device *const stts751 = DEVICE_DT_GET_ONE(st_stts751); in main() 299 const struct device *const lis2mdl = DEVICE_DT_GET_ONE(st_lis2mdl); in main() 300 const struct device *const lis2dw12 = DEVICE_DT_GET_ONE(st_lis2dw12); in main() 301 const struct device *const lsm6dso = DEVICE_DT_GET_ONE(st_lsm6dso); in main()
|
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/src/ |
D | main.c | 308 const struct device *const stts22h = DEVICE_DT_GET_ONE(st_stts22h); in main() 309 const struct device *const iis2mdc = DEVICE_DT_GET_ONE(st_iis2mdc); in main() 310 const struct device *const ism330dhcx = DEVICE_DT_GET_ONE(st_ism330dhcx); in main() 311 const struct device *const iis2dlpc = DEVICE_DT_GET_ONE(st_iis2dlpc); in main() 312 const struct device *const iis2iclx = DEVICE_DT_GET_ONE(st_iis2iclx); in main() 313 const struct device *const ilps22qs = DEVICE_DT_GET_ONE(st_ilps22qs); in main()
|
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/ |
D | nrf_device_subsys.h | 32 .dev = DEVICE_DT_GET_ONE(nordic_nrf_clock),
|
D | silabs_device_subsys.h | 27 .dev = DEVICE_DT_GET_ONE(silabs_series_clock),
|
D | esp32_device_subsys.h | 29 .dev = DEVICE_DT_GET_ONE(espressif_esp32_rtc),
|
/Zephyr-latest/samples/sensor/grove_light/src/ |
D | main.c | 16 const struct device *const dev = DEVICE_DT_GET_ONE(seeed_grove_light); in main()
|
/Zephyr-latest/samples/sensor/max6675/src/ |
D | main.c | 22 const struct device *const dev = DEVICE_DT_GET_ONE(maxim_max6675); in main()
|
/Zephyr-latest/samples/sensor/max44009/src/ |
D | main.c | 20 const struct device *const dev = DEVICE_DT_GET_ONE(maxim_max44009); in main()
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/standard/src/ |
D | main.c | 271 const struct device *const lis2mdl = DEVICE_DT_GET_ONE(st_lis2mdl); in main() 272 const struct device *const lsm6dso16is = DEVICE_DT_GET_ONE(st_lsm6dso16is); in main() 273 const struct device *const lsm6dsv16x = DEVICE_DT_GET_ONE(st_lsm6dsv16x); in main() 274 const struct device *const lps22df = DEVICE_DT_GET_ONE(st_lps22df); in main() 275 const struct device *const lis2duxs12 = DEVICE_DT_GET_ONE(st_lis2duxs12); in main()
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/src/ |
D | main.c | 24 static const struct device *const ledc = DEVICE_DT_GET_ONE(ti_lp3943); 158 const struct device *const baro_dev = DEVICE_DT_GET_ONE(st_lps22hb_press); in main() 167 const struct device *const hum_dev = DEVICE_DT_GET_ONE(st_hts221); in main() 176 const struct device *const accel_dev = DEVICE_DT_GET_ONE(st_lsm6dsl); in main() 240 const struct device *const tof_dev = DEVICE_DT_GET_ONE(st_vl53l0x); in main()
|
/Zephyr-latest/samples/sensor/mpr/src/ |
D | main.c | 14 const struct device *const dev = DEVICE_DT_GET_ONE(honeywell_mpr); in main()
|
/Zephyr-latest/samples/sensor/vl53l0x/src/ |
D | main.c | 15 const struct device *const dev = DEVICE_DT_GET_ONE(st_vl53l0x); in main()
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/standard/src/ |
D | main.c | 170 const struct device *const iis2dlpc = DEVICE_DT_GET_ONE(st_iis2dlpc); in main() 171 const struct device *const iis2mdc = DEVICE_DT_GET_ONE(st_iis2mdc); in main() 172 const struct device *const ism330dhcx = DEVICE_DT_GET_ONE(st_ism330dhcx); in main()
|
/Zephyr-latest/samples/sensor/ams_iAQcore/src/ |
D | main.c | 17 dev = DEVICE_DT_GET_ONE(ams_iaqcore); in main()
|
/Zephyr-latest/samples/boards/st/sensortile_box_pro/sensors-on-board/src/ |
D | main.c | 302 const struct device *const lps22df = DEVICE_DT_GET_ONE(st_lps22df); in main() 303 const struct device *const lsm6dsv16x = DEVICE_DT_GET_ONE(st_lsm6dsv16x); in main() 304 const struct device *const lis2mdl = DEVICE_DT_GET_ONE(st_lis2mdl); in main() 305 const struct device *const lis2du12 = DEVICE_DT_GET_ONE(st_lis2du12); in main() 306 const struct device *const stts22h = DEVICE_DT_GET_ONE(st_stts22h); in main()
|
/Zephyr-latest/samples/sensor/ina219/src/ |
D | main.c | 14 const struct device *const ina = DEVICE_DT_GET_ONE(ti_ina219); in main()
|
/Zephyr-latest/samples/sensor/lps22hb/src/ |
D | main.c | 46 const struct device *const dev = DEVICE_DT_GET_ONE(st_lps22hb_press); in main()
|
/Zephyr-latest/samples/boards/st/backup_sram/src/ |
D | main.c | 27 const struct device *const dev = DEVICE_DT_GET_ONE(BACKUP_DEV_COMPAT); in main()
|