MyFile is only used within FWupgrade_Standalone.
 
Symbols
loading...
Files
loading...

MyFile variable

Syntax

FIL MyFile;

References

LocationReferrerText
command.c:35
FIL MyFile; /* File object for upload operation */
command.c:69COMMAND_Upload()
command.c:94COMMAND_Upload()
f_write (&MyFile, RAM_Buf, BUFFER_SIZE, (void *)&byteswritten);
command.c:106COMMAND_Upload()
f_close(&MyFile);

Type Use

Type of MyFile
MyFile
all items filtered out