RTEMS  5.0.0
Data Fields
drvmgr_drv_res Struct Reference

#include <drvmgr.h>

Data Fields

uint64_t drv_id
 
int minor_bus
 
struct drvmgr_keykeys
 

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.

Field Documentation

◆ drv_id

uint64_t drvmgr_drv_res::drv_id

Identifies the driver this resource is aiming

◆ keys

struct drvmgr_key* drvmgr_drv_res::keys

First key in key array, ended with KEY_EMPTY

◆ minor_bus

int drvmgr_drv_res::minor_bus

Indentifies a specfic device


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