mbgtools-lx  4.2.8
PCPS_DRVR_INFO Struct Reference

Device driver information. More...

#include <pcpsdev.h>

Data Fields

uint16_t ver_num
 the device driver's version number More...
 
uint16_t n_devs
 the number of devices handled by the driver More...
 
PCPS_ID_STR id_str
 the device driver's ID string More...
 

Detailed Description

Device driver information.

Used to pass info on the device driver to a user space application.

Definition at line 1330 of file pcpsdev.h.

Field Documentation

◆ id_str

PCPS_ID_STR PCPS_DRVR_INFO::id_str

the device driver's ID string

Definition at line 1334 of file pcpsdev.h.

◆ n_devs

uint16_t PCPS_DRVR_INFO::n_devs

the number of devices handled by the driver

Definition at line 1333 of file pcpsdev.h.

Referenced by mbg_get_drvr_info(), and mbgclock_init_module().

◆ ver_num

uint16_t PCPS_DRVR_INFO::ver_num

the device driver's version number

Definition at line 1332 of file pcpsdev.h.


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