Lines Matching full:sensing
13 #include <zephyr/sensing/sensing.h>
16 * @defgroup sensing_sensor Sensing Sensor API
17 * @ingroup sensing
23 * @brief Sensing Sensor API
44 * sensing runtime need this information for internal buffer allocation.
63 * @brief Enumeration for sensing subsystem event.
65 * This enumeration defines the various events used by the sensing subsystem.
195 * @param cb_list_ptr Pointer to sensing callback list.
210 * @param cb_list_ptr Pointer to sensing callback list.
224 * @param cb_list_ptr Pointer to sensing callback list.
248 * @brief External declaration for the sensing I/O device API.
250 * This external declaration represents the sensing I/O device API.
316 * @param cb_list_ptr Pointer to sensing callback list.
339 * @param cb_list_ptr Pointer to sensing callback list.
348 * @brief Like SENSOR_DEVICE_DT_DEFINE() with sensing specifics.
351 * element in the sensing sensor iterable section used to enumerate all sensing
356 * @param cb_list_ptr Pointer to sensing callback list.