f_get_size
Use this function to get the total size of the flash the file system can use.
Format
unsigned char f_get_size ( unsigned long * size)
Arguments
Argument | Description | Type |
---|---|---|
size | Where to write the size. | unsigned long * |
Return values
Return value | Description |
---|---|
F_NOERR | Successful execution. |
Else | See Error Codes. |