Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c3334 FATFS** rfs, /* Pointer to pointer to the found filesystem object */ argument
3348 *rfs = 0;
3358 *rfs = fs; /* Return pointer to the filesystem object */
3563 FATFS** rfs /* Pointer to pointer to the owner filesystem object to return */ argument
3586 *rfs = (res == FR_OK) ? obj->fs : 0; /* Corresponding filesystem object */