RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
drvmgr_drv_res Struct Reference

Driver resource entry, Driver resources for a certain device instance, containing a number of keys where each key hold the data of interest. More...

#include <drvmgr.h>

Collaboration diagram for drvmgr_drv_res:
Collaboration graph
[legend]

Data Fields

uint64_t drv_id
 Identifies the driver this resource is aiming.
 
int minor_bus
 Indentifies a specfic device.
 
struct drvmgr_keykeys
 First key in key array, ended with KEY_EMPTY.
 

Detailed Description

Driver resource entry, Driver resources for a certain device instance, containing a number of keys where each key hold the data of interest.


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