BytesRead is only used within LCD_AnimatedPictureFromSDCard.
 
Symbols
loading...
Files
loading...

BytesRead variable

Syntax

uint32_t BytesRead = 0;

References

LocationReferrerText
fatfs_storage.c:65
uint32_t BytesRead = 0;
fatfs_storage.c:120Storage_OpenReadFile()
if (f_read (&F1, sector, 30, (UINT *)&BytesRead) != FR_OK)
fatfs_storage.c:152Storage_OpenReadFile()
f_read (&F1, sector, i1, (UINT *)&BytesRead);
fatfs_storage.c:190Storage_CheckBitmapFile()
f_read(&F, sector, 6, (UINT *)&BytesRead);

Type Use

Type of BytesRead
BytesRead
uint32_t
all items filtered out