Searched refs:opt (Results 1 – 2 of 2) sorted by relevance
/fatfs-2.7.6/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-2.7.6/ |
D | ff.c | 3608 BYTE opt /* Mount option: 0=Do not mount (delayed mount), 1=Mount immediately */ argument 3640 if (opt == 0) return FR_OK; /* Do not mount now, it will be mounted later */ 5494 BYTE opt /* Operation mode 0:Find and prepare or 1:Find and allocate */ argument 5519 if (opt) { /* Allocate it now */ 5543 if (opt) { /* Allocate it now */ 5557 if (opt) { /* Is it allocated now? */ 5804 const MKFS_PARM* opt, /* Format options */ argument 5830 if (!opt) opt = &defopt; /* Use default parameter if it is not given */ 5836 sz_blk = opt->align; 5846 fsopt = opt->fmt & (FM_ANY | FM_SFD); [all …]
|