Go to the documentation of this file.
56 unsigned short retVal;
76 :
"d" (port),
"a" (value)
92 :
"d" (port),
"a" (value)
107 :
"d" (port),
"a" (value)
122 :
"d" (port),
"a" (value)
134 unsigned long retVal;
unsigned char inportByte(unsigned int port)
input one byte from specified port
unsigned short inportWord(unsigned int port)
input one word from specified port
void outportWord(unsigned int port, unsigned short value)
outputut one word to specified port
void outportDWord(unsigned int port, unsigned long value)
outputut one double word to specified port
unsigned long inportDWord(unsigned int port)
input one double word from specified port
void outportByteP(unsigned int port, unsigned char value)
outputut one byte to specified port with a delay
void outportByte(unsigned int port, unsigned char value)
outputut one byte to specified port