CARME-M4 BSP  V1.5
Synchronization functions

Synchronize file system and storage device. More...

+ Collaboration diagram for Synchronization functions:

Functions

static FRESULT sync_fs (FATFS *fs)
 Synchronize file system and storage device. More...
 

Detailed Description

Synchronize file system and storage device.

Function Documentation

static FRESULT sync_fs ( FATFS fs)
static

Synchronize file system and storage device.

Parameters
fsFile system object
Returns
  • FR_OK: successful
  • FR_DISK_ERR: failed

Definition at line 907 of file ff.c.

+ Here is the call graph for this function: