Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dffsystem.c136 int ff_del_syncobj ( /* 1:Function succeeded, 0:Could not delete due to an error */ in ff_del_syncobj() function
Dff.h553 int ff_del_syncobj (FF_SYNC_t* sobj); /* Delete a sync object */
Dff.c3080 if (!ff_del_syncobj(&cfs->sobj)) return FR_INT_ERR; in f_mount()