BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Functions | Variables
tftp.h File Reference

Go to the source code of this file.

Data Structures

struct  TFTP_CONTROL

Functions

void F_TftpInit (void)
void F_TftpSvc (void)
void F_TftpPlay (void)
INT8U F_TftpStatusCheck (void)

Variables

TFTP_CONTROL TftpCtrl

Function Documentation

void F_TftpInit ( void  )

Definition at line 31 of file tftp.c.

void F_TftpPlay ( void  )

Definition at line 275 of file tftp.c.

INT8U F_TftpStatusCheck ( void  )

Definition at line 279 of file tftp.c.

void F_TftpSvc ( void  )

Definition at line 49 of file tftp.c.


Variable Documentation

TFTP_CONTROL TftpCtrl

Definition at line 24 of file tftp.c.