OALIoBusPowerOn (Compact 2013)
10/16/2014
This function puts the bus driver back into power on mode.
Syntax
BOOL OALIoBusPowerOn(
INTERFACE_TYPE ifcType,
UINT32 busId
);
Parameters
- ifcType
[in] Bus type specified by the INTERFACE_TYPE enumeration.
- busId
[in] Identifies the PCI bus controller if there are multiple PCI bus controllers on the system. Set this parameter to 0 to represent the first bus controller, set this value to 1 to represent the second bus controller, and so on.
Return Value
TRUE indicates success.
FALSE indicates failure.
Remarks
This function should power on the bus driver and restore its state, if required.
Requirements
Header |
oal_io.h |
Library |
Developer Implemented |