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