INtime SDK Help
PciEnableDevice
INtime SDK v6 > About INtime > Other system libraries > PCI Library > PciEnableDevice

Brings a PCI device out of any powered-down state to ACPI powerstate D0.

BOOLEAN PciEnableDevice( 
    PCIDEV *pPciDevice 
);

Parameters

pPciDevice
A pointer to a PCIDEV structure, initialized by calling PciReadHeader, or PciFindDevice or PciFindClass.

Return Values

TRUE
Success.
FALSE
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/pcibus.h pcibus.h pcibus.lib
   
See Also