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

Enables the bus master capability for a device.

void PciSetMaster( 
    PCIDEV *pPciDevice 
);

Parameters

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

Return Values

None.

Requirements

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