Lines Matching refs:UINT
49 typedef unsigned int UINT; /* int must be 16-bit or 32-bit */
59 typedef unsigned int UINT; /* int must be 16-bit or 32-bit */
198 UINT lockid; /* File lock ID origin from 1 (index of file semaphore table Files[]) */
268 UINT align; /* Data area alignment (sector) */
269 UINT n_root; /* Number of root directory entries */
307 FRESULT f_read (FIL* fp, void* buff, UINT btr, UINT* br); /* Read data from the file */
308 FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */
325 FRESULT f_getcwd (TCHAR* buff, UINT len); /* Get current directory */
329 FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to …
332 FRESULT f_mkfs (const TCHAR* path, const MKFS_PARM* opt, void* work, UINT len); /* Create a FAT vol…
367 void* ff_memalloc (UINT msize); /* Allocate memory block */