Zephyr API Documentation 4.2.0-rc1
A Scalable Open Source RTOS
|
|
4.2.0-rc1 |
#include <stdint.h>
#include <stddef.h>
#include <zephyr/sys/util.h>
#include <zephyr/toolchain.h>
#include <zephyr/service.h>
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) |
Register an initialization function. | |
#define | SYS_INIT_NAMED(name, init_fn_, level, prio) |
Register an initialization function (named). | |