Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c3216 FATFS** rfs, /* Pointer to pointer to the found filesystem object */ argument
3230 *rfs = 0;
3240 *rfs = fs; /* Return pointer to the filesystem object */
3457 FATFS** rfs /* Pointer to pointer to the owner filesystem object to return */ argument
3480 *rfs = (res == FR_OK) ? obj->fs : 0; /* Corresponding filesystem object */