Searched refs:sensor_submit_t (Results 1 – 2 of 2) sorted by relevance
83 * MUST implement :c:type:`sensor_submit_t` as a non-blocking call.84 * SHOULD implement :c:type:`sensor_submit_t` using :ref:`rtio` to do non-blocking bus transfers if …85 * MAY implement :c:type:`sensor_submit_t` using a work queue if87 * SHOULD implement :c:type:`sensor_submit_t` checking the :c:struct:`rtio_sqe`89 * SHOULD implement :c:type:`sensor_submit_t` checking all requested channels91 * SHOULD implement :c:type:`sensor_submit_t` checking the provided buffer93 * SHOULD implement :c:type:`sensor_submit_t` in a way that directly reads into
699 typedef void (*sensor_submit_t)(const struct device *sensor, struct rtio_iodev_sqe *sqe); typedef714 sensor_submit_t submit;