Home |
RTTarget-32 Programming Manual Function RTPCSetConfigRegister Function RTPCIsATA System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTPCIsATAThis function analyzes the CIS of an inserted card and returns 1 if it is an ATA or CompactFlash disk card: int RTPCIsATA(int Socket); ParametersSocketSpecifies the socket to enquire. return valueIf this function returns 1, RTPCMapATAContiguous or RTPCMapATA can be called to initialize the card and RTFiles-32's IDE device driver can work with the card. If the card is not an ATA or CompactFlash disk, the function returns 0.
|