Go to the documentation of this file.
6 #define MAX_USB_RX_BUFFER 4096 // This parameter must be 4096 931130.4.f
8 #define MAX_USB_RX_BUFFER_NUMBER ETHERNET_RX_DESCRIPTORS // Maximum 254, 255 is RESERVED ID
9 #define RX_INTERFACE 0 // Interface 1
10 #define RX_PIPE 2 // Pipe 3
11 #define MAX_PACKET_SIZE 1600 //1568 // 8 + 1532 + 4 + 24(IV EIV MIC ICV CRC) for check DMA data 931130.4.g
12 #define RX_END_TAG 0x0badbeef