Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/fatfs/src/
Dff.h232 } FF_DIR; typedef
290 FRESULT f_opendir (FF_DIR* dp, const TCHAR* path); /* Open a directory */
291 FRESULT f_closedir (FF_DIR* dp); /* Close an open directory */
292 FRESULT f_readdir (FF_DIR* dp, FILINFO* fno); /* Read a directory item */
293 FRESULT f_findfirst (FF_DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find fi…
294 FRESULT f_findnext (FF_DIR* dp, FILINFO* fno); /* Find next file */
Dff.c935 FF_DIR* dp, /* Directory object pointing the file to be checked */ in chk_lock()
971 FF_DIR* dp, /* Directory object pointing the file to register or increment */ in inc_lock()
1684 FF_DIR* dp, /* Pointer to directory object */ in dir_sdi()
1732 FF_DIR* dp, /* Pointer to the directory object */ in dir_next()
1793 FF_DIR* dp, /* Pointer to the directory object */
2159 FF_DIR* dp /* Reading direcotry object pointing top of the entry block to load */
2228 FF_DIR* dp, /* Blank directory object to be used to access containing direcotry */
2257 FF_DIR* dp /* Pointer to the direcotry object */
2335 FF_DIR* dp, /* Pointer to the directory object */
2413 FF_DIR* dp /* Pointer to the directory object with the file name */
[all …]
/hal_espressif-3.4.0/components/fatfs/vfs/
Dvfs_fat.c42 FF_DIR ffdir;