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

MyFile variable

Syntax

FIL MyFile;

References

LocationReferrerText
main.c:59
FIL MyFile; /* File object */
main.c:274SavePicture()
if(f_open(&MyFile, (const char*)str, FA_CREATE_ALWAYS | FA_WRITE) != FR_OK)
main.c:281SavePicture()
res1 = f_write(&MyFile, (uint32_t *)aBMPHeader, 54, (void *)&byteswritten);
main.c:298SavePicture()
res2 = f_write(&MyFile, (uint8_t *)((uint8_t *)CONVERTED_FRAME_BUFFER),
main.c:310SavePicture()
f_close(&MyFile);

Type Use

Type of MyFile
MyFile
all items filtered out