#include "includes.h"
Go to the source code of this file.
Macros | |
#define | TftpIdleState 0 |
#define | TftpCs8900InitialState0 1 |
#define | TftpCs8900InitialState1 2 |
#define | TftpCs8900DownloadState0 3 |
#define | TftpCs8900FinishState 4 |
#define | TftpDm9000InitialState0 5 |
#define | TftpDm9000InitialState1 6 |
#define | TftpDm9000DownloadState0 7 |
#define | TftpDm9000FinishState 8 |
#define | Tftp_DOWNLOAD_ADDRESS IMAGE_ADDRESS |
Functions | |
void | F_TftpInit (void) |
void | F_TftpSvc (void) |
void | F_TftpPlay (void) |
INT8U | F_TftpStatusCheck (void) |
Variables | |
INT8U | EthernetMacAddress [ETHERNET_MAC_LENGTH] = {0x00,0x80,0x48,0x12,0x34,0x56} |
INT8U | EthernetIpAddress [ETHERNET_IP_LENGTH] = {192,168,2,2} |
TFTP_CONTROL | TftpCtrl |
#define Tftp_DOWNLOAD_ADDRESS IMAGE_ADDRESS |
INT8U EthernetIpAddress[ETHERNET_IP_LENGTH] = {192,168,2,2} |
INT8U EthernetMacAddress[ETHERNET_MAC_LENGTH] = {0x00,0x80,0x48,0x12,0x34,0x56} |
TFTP_CONTROL TftpCtrl |