Searched refs:FF_DIR (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.4.0/components/fatfs/src/ |
D | ff.h | 232 } 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 */
|
D | ff.c | 935 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/ |
D | vfs_fat.c | 42 FF_DIR ffdir;
|