[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

outportw

Syntax

 
#include <pc.h>

void outportw(unsigned short _port, unsigned short _data);

Description

Write a single short to an 16-bit port.

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

Portability

ANSI/ISO C No
POSIX No