BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
tftp.h
Go to the documentation of this file.
1
#ifndef TFTP_H
2
#define TFTP_H
3
4
typedef
struct
{
5
INT8U
State
;
6
INT8U
Status
;
7
INT8U
InUse
;
8
INT8U
HasPacket
;
9
INT8U
DownloadEnd
;
10
INT16U
Id
;
11
INT16U
UserId
;
12
INT8U
MacAddress[6];
13
INT8U
IpAddress[4];
14
INT32U
DownloadLength
;
15
INT32U
DownloadAddress
;
16
INT32U
i
;
17
}
TFTP_CONTROL
;
18
19
extern
TFTP_CONTROL
TftpCtrl
;
20
21
extern
void
F_TftpInit
(
void
);
22
extern
void
F_TftpSvc
(
void
);
23
extern
void
F_TftpPlay
(
void
);
24
extern
INT8U
F_TftpStatusCheck
(
void
);
25
26
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1