Zephyr API Documentation 4.2.00-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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...
 

Detailed Description

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.