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 outNE2000(). |
|
|
Value for data direction register so that pins are configured as inputs Definition at line 85 of file config.h. Referenced by inNE2000(). |
|
|
Port used as databus towards the Ethernet controller Definition at line 91 of file config.h. Referenced by inNE2000(), inNE2000again(), outNE2000(), and outNE2000again(). |
|
|
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(), and outNE2000again(). |
|
|
Read pin Definition at line 101 of file config.h. Referenced by inNE2000(), and inNE2000again(). |
|
|
IOCHRDY pin Definition at line 102 of file config.h. Referenced by inNE2000(), inNE2000again(), outNE2000(), and outNE2000again(). |
|
|
Reset pin Definition at line 104 of file config.h. Referenced by NE2000Init(). |
1.2.18