| 
    Zephyr Project API 4.2.99
    
   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 | INIT_LEVEL_ORD(level) | 
| Obtain the ordinal for an init level.   | |
| #define | SYS_INIT(init_fn, level, prio) SYS_INIT_NAMED(init_fn, init_fn, level, prio) | 
| Register an initialization function.   | |
| #define | SYS_INIT_NAMED(name, init_fn_, level, prio) | 
| Register an initialization function (named).   | |