Home
last modified time | relevance | path

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

/fatfs-latest/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-latest/
Dff.c241 #error Static LFN work area cannot be used in thread-safe configuration
553 #define LEAVE_MKFS(res) { if (!work) ff_memfree(buf); return res; }
5903 void* work, /* Pointer to working buffer (null: use len bytes of heap memory) */ argument
5958 buf = (BYTE*)work; /* Working buffer */
6408 void* work /* Pointer to the working buffer (null: use heap memory) */ argument
6411 BYTE *buf = (BYTE*)work;