CARME-M4 BSP  V1.5
Window functions

Move/Flush disk access window in the file system object. More...

+ Collaboration diagram for Window functions:

Functions

static FRESULT sync_window (FATFS *fs)
 Sync window. More...
 
static FRESULT move_window (FATFS *fs, DWORD sector)
 Move window. More...
 

Detailed Description

Move/Flush disk access window in the file system object.

Function Documentation

static FRESULT move_window ( FATFS fs,
DWORD  sector 
)
static

Move window.

Parameters
fsFile system object
sectorSector number to make appearance in the fs->win[]
Returns
FRESULT

Definition at line 876 of file ff.c.

+ Here is the caller graph for this function:

static FRESULT sync_window ( FATFS fs)
static

Sync window.

Parameters
fsFile system object
Returns
FRESULT

Definition at line 849 of file ff.c.

+ Here is the caller graph for this function: