Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h332 FRESULT f_mkfs (const TCHAR* path, const MKFS_PARM* opt, void* work, UINT len); /* Create a FAT vol…
333 FRESULT f_fdisk (BYTE pdrv, const LBA_t ptbl[], void* work); /* Divide a physical drive into some …
/fatfs-2.7.6/
Dff.c240 #error Static LFN work area cannot be used in thread-safe configuration
548 #define LEAVE_MKFS(res) { if (!work) ff_memfree(buf); return res; }
5805 void* work, /* Pointer to working buffer (null: use heap memory) */ argument
5855 buf = (BYTE*)work; /* Working buffer */
6306 void* work /* Pointer to the working buffer (null: use heap memory) */ argument
6309 BYTE *buf = (BYTE*)work;