|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Structure to store initialization entry information. More...
#include <init.h>
Data Fields | ||
| union init_function | init_fn | |
| Initialization function. | ||
| union { | ||
| const struct device * dev | ||
| }; | ||
| If the init entry belongs to a device, this fields stores a reference to it, otherwise it is set to NULL. | ||
Structure to store initialization entry information.
| union { ... } init_entry |
If the init entry belongs to a device, this fields stores a reference to it, otherwise it is set to NULL.
| const struct device* init_entry::dev |
| union init_function init_entry::init_fn |
Initialization function.