Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sensing/
Dsensing_sensor.h83 struct sensing_connection { struct
84 sys_snode_t snode; /**< Node in the singly-linked list of connections. */
85 struct sensing_sensor *source; /**< Source sensor of the connection. */
86 struct sensing_sensor *sink; /**< Sink sensor of the connection. */
87 uint32_t interval; /**< Report interval in micro seconds. */
89 int sensitivity[CONFIG_SENSING_MAX_SENSITIVITY_COUNT];
90 void *data; /**< Pointer to sensor sample data of the connection. */
92 uint64_t next_consume_time;
93 struct sensing_callback_list *callback_list; /**< Callback list of the connection. */