PARSED_CONFIG

This structure is used by the CardGetParsedTuple function to return data for the CISTPL_CONFIG tuple code.

Syntax

typedef struct {
UINT32
ConfigBase;
UINT8
RegMask;
UINT8
LastConfigIndex;
} PARSED_CONFIG;

Members

ConfigBase
[OUT] Specifies the base address in attribute memory of the function and configuration registers. The value is in virtual attribute space units, so a value of 80 indicates that the registers start at the real address 160 in attribute space.
RegMask
[OUT] Specifies a bitmask indicating which registers are supported.
LastConfigIndex
[OUT] Specifies the index of the last configuration entry supported.

Remarks

The CardGetParsedTuple function only uses 1 byte of the register presence mask. It does not parse custom interface subtuples.

See Also

CardGetParsedTuple, PARSED_CFTABLE, POWER_DESCR