Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
struct | init_entry |
Static init entry structure for each device driver or services. More... | |
Macros | |
#define | SYS_INIT(_init_fn, _level, _prio) Z_INIT_ENTRY_DEFINE(Z_SYS_NAME(_init_fn), _init_fn, NULL, _level, _prio) |
Run an initialization function at boot at specified priority. More... | |