Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c3403 FATFS** rfs, /* Pointer to pointer to the found filesystem object */ argument
3417 *rfs = 0;
3427 *rfs = fs; /* Return pointer to the filesystem object */
3630 FATFS** rfs /* Pointer to pointer to the owner filesystem object to return */ argument
3653 *rfs = (res == FR_OK) ? obj->fs : 0; /* Return corresponding filesystem object if it is valid */