Home |
RTKernel-32 Programming Manual Miscellaneous RTKernel-32 Operations Function RTKSetTaskStartStopHook Function RTKDeallocTerminatedTasks Port I/O Functions |
Port I/O FunctionsSome 32-bit compilers do not supply functions for port I/O. Therefore, RTKernel-32 offers functions for this purpose: BYTE RTIn (unsigned int addr); WORD RTInW (unsigned int addr); DWORD RTInD (unsigned int addr); void RTOut (unsigned int addr, BYTE val); void RTOutW(unsigned int addr, WORD val); void RTOutD(unsigned int addr, DWORD val);
|