Port IO Functions

Control Functions

The following functions are available to access Port I/O control services:

Data Transfer Functions

The following functions are available to access Port I/O data transfer services:

General Programming Considerations

The RTX64 interfaces are coded in assembly and use the __stdcall convention, indicating that the subroutines handle the stack cleanup. You should not use other calling conventions.

Example

See the Interrupt Management and Port I/O Calls Programming Example in the RTX64 Example Reference. It demonstrates the use of RTX64 interrupt management and port I/O calls.

Related topics: