Home
last modified time | relevance | path

Searched refs:ff_cre_syncobj (Results 1 – 3 of 3) sorted by relevance

/third_party/FatFs/source/
Dffsystem.c108 int ff_cre_syncobj ( /* 1:Function succeeded, 0:Could not create the sync object */ in ff_cre_syncobj() function
Dff.h542 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */
Dff.c3068 if (!ff_cre_syncobj((BYTE)vol, &fs->sobj)) return FR_INT_ERR; in f_mount()