dev_ether.h Source File
Back to the index.
Go to the documentation of this file. 1 #ifndef TESTMACHINE_ETHER_H
2 #define TESTMACHINE_ETHER_H
11 #define DEV_ETHER_ADDRESS 0x14000000
12 #define DEV_ETHER_LENGTH 0x8000
14 #define DEV_ETHER_BUFFER 0x0000
15 #define DEV_ETHER_BUFFER_SIZE 0x4000
16 #define DEV_ETHER_STATUS 0x4000
17 #define DEV_ETHER_PACKETLENGTH 0x4010
18 #define DEV_ETHER_COMMAND 0x4020
19 #define DEV_ETHER_MAC 0x4040
22 #define DEV_ETHER_STATUS_PACKET_RECEIVED 1
23 #define DEV_ETHER_STATUS_MORE_PACKETS_AVAILABLE 2
26 #define DEV_ETHER_COMMAND_RX 0
27 #define DEV_ETHER_COMMAND_TX 1
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17