PARSED_CONFIG
The CardGetParsedTuple function uses the PARSED_CONFIG structure to return data for the CISTPL_CONFIG tuple code.
Syntax
typedef struct { UINT32 ConfigBase; UINT8 RegMask; UINT8 LastConfigIndex; } PARSED_CONFIG;
Members
-
ConfigBase
-
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 real address 160 in attribute space. (Output)
-
RegMask
-
Specifies a bitmask indicating which registers are supported. (Output)
-
LastConfigIndex
-
Specifies the index of the last configuration entry supported. (Output)
Remarks
Only one byte of the register presence mask is used.
Custom interface subtuples are not parsed.
See Also
CardGetParsedTuple, PARSED_CFTABLE, POWER_DESCR, PC Card Tuple Codes