Lines Matching full:subsystem

3 Sensing Subsystem
13 Sensing Subsystem is a high level sensor framework inside the OS user
17 Key concepts in Sensing Subsystem include physical sensor and virtual sensor objects,
24 The sensing subsystem relies on Zephyr sensor device APIs (existing version or update in future)
27 Use of the sensing subsystem is optional. Applications that only need to access simple sensors
30 Since the sensing subsystem is separated from device driver layer or
37 The sensing subsystem is decoupled with any sensor expose/transfer
45 Sensing subsystem can help build a unified Zephyr sensing architecture for
48 The diagram below illustrates how the Sensing Subsystem integrates with up-layer frameworks.
57 * Reusable and configurable standalone subsystem.
59 * Provide Zephyr high-level Sensing Subsystem API for Applications.
92 :alt: Sensing subsystem API organization.
94 ``Sensing Subsystem API`` is for Applications.
116 The ``Sensing Subsystem`` supports multiple instances of the same sensor type,
167 The ``Sensing Subsystem`` will auto open and create ``handlers`` for client sensor
176 Sensors inside the Sensing Subsystem, the reporting relationship between them are all auto
177 generated by Sensing Subsystem according devicetree definitions, handlers between client sensor
195 Time stamp unit in sensing subsystem is ``micro seconds``.
212 the sensing subsystem runtime will split them across multiple instances of the readings structure,
220 ``Sensing Subsystem`` uses per sensor type defined data format structure,
241 Sensing subsystem using device tree to configuration all sensor instances and their properties,