Zephyr API Documentation 4.2.00-rc1
A Scalable Open Source RTOS
|
A system service is a one-shot initialized software component, instantiated via SYS_INIT() or SYS_INIT_NAMED(). More...
Data Structures | |
struct | service |
Structure to store service instance. More... | |
A system service is a one-shot initialized software component, instantiated via SYS_INIT() or SYS_INIT_NAMED().
It does not provide any public API.