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

MyFile variable

Syntax

FIL MyFile;

References

LocationReferrerText
main.c:27
FIL MyFile; /* File object */
main.c:75main()
if(f_open(&MyFile, "image.jpg", FA_READ) == FR_OK)
main.c:90main()
main.c:93main()
f_close(&MyFile);

Type Use

Type of MyFile
MyFile
all items filtered out