Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
init_entry Struct Reference

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.

Detailed Description

Structure to store initialization entry information.

Field Documentation

◆ [union]

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.

◆ dev

const struct device* init_entry::dev

◆ srv

const struct service* init_entry::srv

The documentation for this struct was generated from the following file: