|
Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
| struct | init_entry |
| Structure to store initialization entry information. More... | |
Macros | |
| #define | SYS_INIT(init_fn, level, prio) SYS_INIT_NAMED(init_fn, init_fn, level, prio) |
| Register an initialization function. More... | |
| #define | SYS_INIT_NAMED(name, init_fn, level, prio) Z_INIT_ENTRY_DEFINE(name, init_fn, NULL, level, prio) |
| Register an initialization function (named). More... | |