Difference between revisions of "Zephyr drivers"
Jump to navigation
Jump to search
m (Add link to sensor_attr_get()) |
|||
| Line 16: | Line 16: | ||
"Sensor attribute get" function prototype. This prototype reveals Zephyr's enumerations for sensor yyy . . . | "Sensor attribute get" function prototype. This prototype reveals Zephyr's enumerations for sensor yyy . . . | ||
| + | |||
| + | * https://docs.zephyrproject.org/4.3.0/doxygen/html/group__sensor__interface.html#gaedfdfc71dce702dc1fb1c6e60ff0f73a | ||
== [[#top|^]] References == | == [[#top|^]] References == | ||
Revision as of 21:17, 21 February 2026
Keywords: sensor interrupts : sensor triggers : Zephyr triggers : sensor interrupt support
OVERVIEW
This page a stash point to hold Zephyr driver notes. Zephyr RTOS project includes a range of types of drivers. First type referenced by this page will be Zephyr's sensor drivers.
^ Zephyr Sensor Model
Zephyr 4.3.0 device driver documentation:
Zephyr 4.3.0 sensor model:
"Sensor attribute get" function prototype. This prototype reveals Zephyr's enumerations for sensor yyy . . .
^ References
1. https://github.com/zephyrproject-rtos/zephyr/issues/30133