DAS
3.1.6 - 18/09/2017
|
Go to the source code of this file.
Macros | |
#define | MIDFUNCTION |
#define | PREFUNCTION extern |
Functions | |
PREFUNCTION int MIDFUNCTION | InByte (unsigned short Port, int *Data) |
PREFUNCTION int MIDFUNCTION | InByteR (unsigned short Port) |
PREFUNCTION int MIDFUNCTION | InWord (unsigned short Port, int *Data) |
PREFUNCTION int MIDFUNCTION | InWordR (unsigned short Port) |
PREFUNCTION int MIDFUNCTION | OutByte (unsigned short Port, int Data) |
PREFUNCTION int MIDFUNCTION | OutWord (unsigned short Port, int Data) |
#define MIDFUNCTION |
Definition at line 16 of file portio32.h.
#define PREFUNCTION extern |
Definition at line 7 of file portio32.h.
PREFUNCTION int MIDFUNCTION InByte | ( | unsigned short | Port, |
int * | Data | ||
) |
PREFUNCTION int MIDFUNCTION InByteR | ( | unsigned short | Port | ) |
PREFUNCTION int MIDFUNCTION InWord | ( | unsigned short | Port, |
int * | Data | ||
) |
PREFUNCTION int MIDFUNCTION InWordR | ( | unsigned short | Port | ) |
PREFUNCTION int MIDFUNCTION OutByte | ( | unsigned short | Port, |
int | Data | ||
) |
PREFUNCTION int MIDFUNCTION OutWord | ( | unsigned short | Port, |
int | Data | ||
) |