Go to the documentation of this file.
37 void outportByteP(
unsigned int port,
unsigned char value);
39 void outportDWord(
unsigned int port,
unsigned long value);
void outportDWord(unsigned int port, unsigned long value)
outputut one double word to specified port
void outportByteP(unsigned int port, unsigned char value)
outputut one byte to specified port with a delay
unsigned long inportDWord(unsigned int)
input one double word from specified port
void outportWord(unsigned int, unsigned short)
outputut one word to specified port
void outportByte(unsigned int, unsigned char)
outputut one byte to specified port
unsigned char inportByte(unsigned int)
input one byte from specified port
unsigned short inportWord(unsigned int)
input one word from specified port