Lines Matching +full:non +full:- +full:uniform
10 Sensors range from very simple temperature-reading devices that must be polled
16 attempts to provide a uniform interface to them.
19 .. _sensor-using:
25 to understand. Sensors in Zephyr are composed of :ref:`sensor-channel`,
26 :ref:`sensor-attribute`, and :ref:`sensor-trigger`. Attributes and triggers may
31 two ways. A stable and long-lived API :ref:`sensor-fetch-and-get`, or a newer
32 but rapidly stabilizing API :ref:`sensor-read-and-decode`. It's expected that
33 in the near future :ref:`sensor-fetch-and-get` will be deprecated in favor of
34 :ref:`sensor-read-and-decode`. Triggers are handled entirely differently for
35 :ref:`sensor-fetch-and-get` or :ref:`sensor-read-and-decode` and the
50 .. _sensor-implementing:
57 the sensor APIs are used. Please read through :ref:`sensor-using` first!
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 …
100 .. _sensor-api-reference: