Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Structure to store initialization entry information. More...
#include <init.h>
Data Fields | |
int(* | init_fn )(void) |
If the init function belongs to a SYS_INIT, this field stored the initialization function, otherwise it is set to NULL. | |
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.
int(* init_entry::init_fn) (void) |
If the init function belongs to a SYS_INIT, this field stored the initialization function, otherwise it is set to NULL.