Home |
RTTarget-32 Programming Manual Functions RTOut, RTOutW, RTOutD System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Functions RTOut, RTOutW, RTOutDThese functions write a byte, word, or dword value to an I/O port: void RTOut (unsigned int addr, BYTE val); void RTOutW(unsigned int addr, WORD val); void RTOutD(unsigned int addr, DWORD val); ParametersaddrThe I/O port to write to. valThe value to write to port addr.
|