Lines Matching +full:high +full:- +full:side
13 Sensing Subsystem is a high level sensor framework inside the OS user
33 sensor device driver can focus on low layer device side works, can keep
38 protocols, the target is to support various up-layer frameworks and
40 such as `CHRE <https://github.com/zephyrproject-rtos/chre>`_, HID sensors Applications,
42 Applications with different up-layer sensor protocols at the same time
48 The diagram below illustrates how the Sensing Subsystem integrates with up-layer frameworks.
58 * Based on Zephyr existing low-level Sensor API (reuse 100+ existing sensor device drivers)
59 * Provide Zephyr high-level Sensing Subsystem API for Applications.
127 This method is suitable for supporting some up-layer frameworks like ``CHRE``, ``HID`` which need
137 .. code-block:: c
164 For ``Sensor clients``, there is no open API for opening a reporter, because the client-report
215 This concept is referred from `CHRE Sensor API <https://github.com/zephyrproject-rtos/