pokeIO_w Function (Macro)

peekpoke.h

#define pokeIO_w(port,val) (void)(*((volatile unsigned short*)(long)(port)) = (val))

Sends a word to an I/O port.

pokeIO_w is like pokeIO, but sends a word to the I/O port instead of a byte.