BUS_DATA_TYPE
This enumeration contains values for bus configuration accesses.
typedef enum _BUS_DATA_TYPE {
ConfigurationSpaceUndefined = -1,
Cmos,
EisaConfiguration,
Pos,
CbusConfiguration,
PCIConfiguration,
VMEConfiguration,
NuBusConfiguration,
PCMCIAConfiguration,
MPIConfiguration,
MPSAConfiguration,
PNPISAConfiguration,
MaximumBusDataType
} BUS_DATA_TYPE, *PBUS_DATA_TYPE;
Elements
- ConfigurationSpaceUndefined
Bus configuration is undefined. - Cmos
CMOS configuration. - EisaConfiguration
Extended ISA bus configuration. - Pos
POS configuration. - CbusConfiguration
C bus configurations. - PCIConfiguration
PCI bus configuration. - VMEConfiguration
VME bus configuration. - NuBusConfiguration
NuBus bus configuration. - PCMCIAConfiguration
PCMCIA bus configuration. - MPIConfiguration
MPI bus configuration. - MPSAConfiguration
MPSA bus configuration. - PNPISAConfiguration
Plug and Play ISA bus configuration. - MaximumBusDataType
Maximum value for a bus configuration.
Remarks
Microsoft provides support for EisaConfiguration and PCIConfiguration.
You can add whatever support you want to your CEDDK.dll implementation. These elements are bus and interface descriptors that functions such as HalTranslateBusAddress use to determine how to translate between the address provided and a system address.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: CEDDK.h.
See Also
Implementing CEDDK.dll | HalTranslateBusAddress
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.