UNIT_DIAG_LEVEL structure (61883.h)

The UNIT_DDI_VERSION structure is used in conjunction with the Av61883_GetUnitInfo request to retrieve the current diag level

Syntax

typedef struct _UNIT_DIAG_LEVEL {
  IN ULONG DiagLevel;
} UNIT_DIAG_LEVEL, *PUNIT_DIAG_LEVEL;

Members

DiagLevel

The bitmask representing the diaglevel. Possible settings are:

DIAGLEVEL_NONE

Nothing set.

DIAGLEVEL_IGNORE_OPLUG

Ignore programming of the oPCR plug on the device when set.

DIAGLEVEL_IGNORE_IPLUG

Ignore programming of the iPCR on the device when set.

DIAGLEVEL_SET_CHANNEL_63

Set the channel to 63 when disconnecting from the device.

DIAGLEVEL_IPCR_IGNORE_FREE

Do not free isochronous resources when disconnecting from the device iPCR.

Requirements

Requirement Value
Header 61883.h (include 61883.h)

See also

Av61883_GetUnitInfo