Home |
RTTarget-32 Programming Manual Functions RTIn, RTInW, RTInD Functions RTOut, RTOutW, RTOutD System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Functions RTIn, RTInW, RTInDThese functions read a byte, word, or dword value from an I/O port: BYTE RTIn (unsigned int addr); WORD RTInW(unsigned int addr); DWORD RTInD(unsigned int addr); ParametersaddrThe I/O port to read from. return valueThe value read from the specified I/O port. Functions RTOut, RTOutW, RTOutD
|