RTEMS  5.0.0
Data Fields
drvmgr_drv_ops Struct Reference

#include <drvmgr.h>

Data Fields

int(* init [DRVMGR_LEVEL_MAX])(struct drvmgr_dev *)
 
int(* remove )(struct drvmgr_dev *)
 
int(* info )(struct drvmgr_dev *, void(*print)(void *p, char *str), void *p, int, char *argv[])
 

Detailed Description

Driver operations, function pointers.

Field Documentation

◆ info

int(* drvmgr_drv_ops::info) (struct drvmgr_dev *, void(*print)(void *p, char *str), void *p, int, char *argv[])

Function called when device instance is to be removed

◆ remove

int(* drvmgr_drv_ops::remove) (struct drvmgr_dev *)

Function doing Init Stage 1 of a hardware device


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