PARSED_CONFIG

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

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 the real address 160 in attribute space.
  • RegMask
    Specifies a bit mask indicating which registers are supported.
  • LastConfigIndex
    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.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Tuple.h.

See Also

CardGetParsedTuple | PARSED_CFTABLE | POWER_DESCR

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.