Definition in file config.h.
Go to the source code of this file.
Defines | |
#define | MB90F553A |
#define | DDR_OUT 0xFF |
#define | DDR_IN 0x00 |
#define | DATABUS PDR1 |
#define | DATADIR DDR1 |
#define | ADRBUS PDR2 |
#define | IOW PDR2_P26 |
#define | IOR PDR2_P25 |
#define | IOCHRDY PDR0_P05 |
#define | RESETPIN_NE2000 PDR2_P27 |
|
Define this for Fujitsu's MB90F553A MCU |
|
Value for data direction register so that pins are configured as outputs Definition at line 82 of file config.h. Referenced by InitTransmission(), and outNE2000(). |
|
Value for data direction register so that pins are configured as inputs Definition at line 85 of file config.h. Referenced by inNE2000(), and NE2000DMAInit_position(). |
|
Port used as databus towards the Ethernet controller Definition at line 91 of file config.h. Referenced by inNE2000(), inNE2000again(), inNE2000againbuf(), outNE2000(), outNE2000again(), and outNE2000againbuf(). |
|
Data direction register for the data bus Definition at line 94 of file config.h. Referenced by InitTransmission(), inNE2000(), NE2000DMAInit_position(), and outNE2000(). |
|
Port used as address bus towards the Ethernet controller Definition at line 97 of file config.h. Referenced by InitTransmission(), inNE2000(), NE2000DMAInit_position(), and outNE2000(). |
|
Write pin Definition at line 100 of file config.h. Referenced by outNE2000(), outNE2000again(), and outNE2000againbuf(). |
|
Read pin Definition at line 101 of file config.h. Referenced by inNE2000(), inNE2000again(), and inNE2000againbuf(). |
|
IOCHRDY pin Definition at line 102 of file config.h. Referenced by inNE2000(), inNE2000again(), inNE2000againbuf(), outNE2000(), outNE2000again(), and outNE2000againbuf(). |
|
Reset pin Definition at line 104 of file config.h. Referenced by NE2000Init(). |