Home |
RTTarget-32 Programming Manual Function RTPCPowerUp Function RTPCSetConfigRegister System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTPCPowerUpFunction RTPCPowerUp resets a card and applies power: int RTPCPowerUp(int Socket); ParametersSocketThe socket number to reset. return valueIf the card signals ready within one second, the return value is TRUE; otherwise, it is FALSE. If the card has already been powered up, this function returns TRUE immediately without accessing the card. Otherwise, power is applied and the function waits until the card signals that it is ready. The complete power-up sequence can take up to about one second, depending on the type of card.
|