Searched refs:opt (Results 1 – 2 of 2) sorted by relevance
| /fatfs-latest/include/ |
| D | ff.h | 330 FRESULT f_expand (FIL* fp, FSIZE_t fsz, BYTE opt); /* Allocate a contiguous block to the file */ 331 FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */ 332 FRESULT f_mkfs (const TCHAR* path, const MKFS_PARM* opt, void* work, UINT len); /* Create a FAT vol…
|
| /fatfs-latest/ |
| D | ff.c | 3675 BYTE opt /* Mount option: 0=Do not mount (delayed mount), 1=Mount immediately */ argument 3719 if (opt == 0) return FR_OK; /* Do not mount now, it will be mounted in subsequent file functions */ 5586 BYTE opt /* Operation mode 0:Find and prepare or 1:Find and allocate */ argument 5611 if (opt) { /* Allocate it now */ 5641 if (opt) { /* Allocate it now */ 5655 if (opt) { /* Is it allocated now? */ 5902 const MKFS_PARM* opt, /* Format options */ argument 5937 if (!opt) opt = &defopt; /* Use default parameter if it is not given */ 5938 sz_blk = opt->align; 5949 fsopt = opt->fmt & (FM_ANY | FM_SFD); [all …]
|