Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
init_entry Struct Reference

Structure to store initialization entry information. More...

#include <init.h>

Data Fields

union init_function init_fn
 Initialization function.
 
union {
   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.
 

Detailed Description

Structure to store initialization entry information.

Field Documentation

◆ 

union { ... } init_entry::@239

If the init entry belongs to a device, this fields stores a reference to it, otherwise it is set to NULL.

◆ dev

const struct device* init_entry::dev

◆ init_fn

union init_function init_entry::init_fn

Initialization function.


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