Zephyr API Documentation 4.2.00-rc1
A Scalable Open Source RTOS
|
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 |