Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
Structure to store initialization entry information. More...
#include <init.h>
Data Fields | |
union { | |
const struct device * dev | |
const struct service * srv | |
}; | |
An init entry can be about a device or a service, _init_object will be used to differentiate depending on relative sections. |
Structure to store initialization entry information.
union { ... } init_entry |
An init entry can be about a device or a service, _init_object will be used to differentiate depending on relative sections.
const struct device* init_entry::dev |
const struct service* init_entry::srv |