Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Static init entry structure for each device driver or services. More...
#include <init.h>
Data Fields | |
int(* | init )(const struct device *dev) |
const struct device * | dev |
Static init entry structure for each device driver or services.
init | init function for the init entry which will take the dev attribute as parameter. See below. |
dev | pointer to a device driver instance structure. Can be NULL if the init entry is not used for a device driver but a service. |
const struct device* init_entry::dev |
Pointer to a device driver instance structure. Can be NULL if the init entry is not used for a device driver but a services.
Initialization function for the init entry which will take the dev attribute as parameter. See below.