Home
last modified time | relevance | path

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

/fatfs-latest/option/
Dffsystem.c79 int ff_mutex_create ( /* Returns 1:Function succeeded or 0:Could not create the mutex */ in ff_mutex_create() function
/fatfs-latest/include/
Dff.h380 int ff_mutex_create (int vol); /* Create a sync object */
/fatfs-latest/
Dff.c3704 if (!ff_mutex_create(vol)) return FR_INT_ERR;
3707 if (!ff_mutex_create(FF_VOLUMES)) {