www.delorie.com/djgpp/doc/libc-2.01/libc_401.html   search  
Go to the first, previous, next, last section, table of contents.


inportl

Syntax

#include <pc.h>

unsigned long inportl(unsigned short _port);

Description

This function reads a single 32-bit I/O port.

This function is provided as an inline assembler macro, and will be optimized down to a single opcode when you optimize your program.

Return Value

The value returned from the port.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997