ff_cre_syncobj() is only used within FatFs.
 
Symbols
loading...
Files
loading...

ff_cre_syncobj() function

Syntax

int ff_cre_syncobj (BYTE vol,     _SYNC_t* sobj);
Implemented in syscall.c:36

Arguments

vol

sobj

References

LocationReferrerText
syscall.c:36
int ff_cre_syncobj ( /* 1:Function succeeded, 0:Could not create the sync object */
ff.h:311
int ff_cre_syncobj (BYTE vol, _SYNC_t* sobj); /* Create a sync object */
ff.c:3290f_mount()
if (!ff_cre_syncobj((BYTE)vol, &fs->sobj)) return FR_INT_ERR;

Call Tree

Functions calling ff_cre_syncobj()
Functions called by ff_cre_syncobj()
all items filtered out
ff_cre_syncobj()
all items filtered out
Data read by ff_cre_syncobj()
Data written by ff_cre_syncobj()
ff_cre_syncobj()::ret
all items filtered out
ff_cre_syncobj()
ff_cre_syncobj()::ret
all items filtered out
Type of ff_cre_syncobj()
ff_cre_syncobj()
all items filtered out