Searched refs:ilps22qs (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/src/ |
D | main.c | 241 static void ilps22qs_config(const struct device *ilps22qs) in ilps22qs_config() argument 249 if (sensor_attr_set(ilps22qs, SENSOR_CHAN_ALL, in ilps22qs_config() 313 const struct device *const ilps22qs = DEVICE_DT_GET_ONE(st_ilps22qs); in main() local 335 if (!device_is_ready(ilps22qs)) { in main() 336 printk("%s: device not ready.\n", ilps22qs->name); in main() 345 ilps22qs_config(ilps22qs); in main() 388 if (sensor_sample_fetch(ilps22qs) < 0) { in main() 400 sensor_channel_get(ilps22qs, SENSOR_CHAN_AMBIENT_TEMP, &ilps22qs_temp); in main() 401 sensor_channel_get(ilps22qs, SENSOR_CHAN_PRESS, &ilps22qs_press); in main()
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i3c.dtsi | 34 test_i3c_ilps22qs: ilps22qs@400000803E0000004 { 35 compatible = "st,ilps22qs";
|
D | spi.dtsi | 396 test_spi_ilps22qs: ilps22qs@30 { 397 compatible = "st,ilps22qs";
|
D | i2c.dtsi | 1121 test_i2c_ilps22qs: ilps22qs@9c { 1122 compatible = "st,ilps22qs";
|
/Zephyr-latest/drivers/sensor/st/lps2xdf/ |
D | CMakeLists.txt | 11 zephyr_library_sources_ifdef(CONFIG_DT_HAS_ST_ILPS22QS_ENABLED ilps22qs.c )
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | steval_stwinbx1.dts | 219 ilps22qs@5c { 220 compatible = "st,ilps22qs";
|
/Zephyr-latest/boards/st/steval_stwinbx1/doc/ |
D | index.rst | 165 (`ilps22qs datasheet`_) 376 https://www.st.com/en/mems-and-sensors/ilps22qs.html
|