_MAX_SS is only used within Demonstrations.
 
Symbols
loading...
Files
loading...

_MAX_SS macro

Syntax

#define _MAX_SS 512

References

LocationText
ffconf.h:194
#define _MAX_SS 512
fatfs_storage.c:126
f_read(&file1, aBuffer, _MAX_SS, &BytesRead);
fatfs_storage.c:127
f_write(&file2, aBuffer, _MAX_SS, &BytesWritten);
fatfs_storage.c:128
index+= _MAX_SS;