Home
last modified time | relevance | path

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

/AliOS-Things-master/components/fatfs/src/
A Dffsystem.c49 int ff_cre_syncobj ( /* 1:Function succeeded, 0:Could not create the sync object */ in ff_cre_syncobj() function
A Dff.c3338 if (!ff_cre_syncobj((BYTE)vol, &fs->sobj)) return FR_INT_ERR;
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h265 int ff_cre_syncobj (BYTE, _SYNC_t*);/* Create a sync object */
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h350 int ff_cre_syncobj (FATFS *fatfs, FF_SYNC_t* sobj); /* Create a sync object */
A Dff.c3391 if (!ff_cre_syncobj(fs, &fs->sobj)) return FR_INT_ERR;
/AliOS-Things-master/components/fatfs/include/
A Dff.h315 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */

Completed in 33 milliseconds