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

MyFile variable

Syntax

FIL MyFile;

References

LocationReferrerText
main.c:36
FIL MyFile; /* File object */
main.c:320Save_Picture()
if(f_open(&MyFile, (const char*)str, FA_CREATE_ALWAYS | FA_WRITE) != FR_OK)
main.c:329Save_Picture()
res1 = f_write(&MyFile, (uint32_t *)aBMPHeader, 54, (void *)&byteswritten);
main.c:332Save_Picture()
res2 = f_write(&MyFile, (uint32_t *)CONVERTED_FRAME_BUFFER, ((BSP_LCD_GetYSize() - 80)*(BSP_LCD_GetXSize() - 80)*2), (void *)&byteswritten);
main.c:342Save_Picture()
f_close(&MyFile);

Type Use

Type of MyFile
MyFile
all items filtered out