Searched refs:lps25hb (Results 1 – 6 of 6) sorted by relevance
31 const struct device *const lps25hb = DEVICE_DT_GET_ONE(st_lps25hb_press); in main() local49 if (!device_is_ready(lps25hb)) { in main()50 printk("%s: device not ready.\n", lps25hb->name); in main()68 if (sensor_sample_fetch(lps25hb) < 0) { in main()87 sensor_channel_get(lps25hb, SENSOR_CHAN_PRESS, &press); in main()
15 lps25hb_press_x_nucleo_iks01a1: lps25hb-press@5d {16 compatible = "st,lps25hb-press";
5 zephyr_library_sources(lps25hb.c)
25 add_subdirectory_ifdef(CONFIG_LPS25HB lps25hb)
24 source "drivers/sensor/st/lps25hb/Kconfig"
358 test_i2c_lps25hb_press: lps25hb-press@33 {359 compatible = "st,lps25hb-press";