Home
last modified time | relevance | path

Searched defs:sensor_read_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dsensor.h622 struct sensor_read_config { struct
623 const struct device *sensor;
624 const bool is_streaming;
625 union {
650 static struct sensor_read_config _CONCAT(__sensor_read_config_, name) = { \ argument