Searched refs:UINT (Results 1 – 6 of 6) sorted by relevance
/fatfs-latest/include/ |
D | ff.h | 50 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 */ 196 UINT lockid; /* File lock ID origin from 1 (index of file semaphore table Files[]) */ 266 UINT align; /* Data area alignment (sector) */ 267 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… [all …]
|
D | diskio.h | 31 DRESULT disk_read (BYTE pdrv, BYTE* buff, LBA_t sector, UINT count); 32 DRESULT disk_write (BYTE pdrv, const BYTE* buff, LBA_t sector, UINT count);
|
/fatfs-latest/ |
D | ff.c | 52 #define IsTerminator(c) ((UINT)(c) < (FF_USE_LFN ? ' ' : '!')) 264 #define SS(fs) ((UINT)FF_MAX_SS) /* Fixed sector size */ 290 UINT ctr; /* Object open status, 0:none, 0x01..0xFF:read mode open count, 0x100:write mode */ 807 static UINT put_utf ( /* Returns number of encoding units written (0:buffer overflow or wrong encod… in put_utf() 810 UINT szb /* Size of the buffer */ in put_utf() 953 UINT i, be; in chk_share() 977 UINT i; in enq_share() 984 static UINT inc_share ( /* Increment object open counter and returns its index (0:Internal error) */ in inc_share() 989 UINT i; in inc_share() 1016 UINT i /* Semaphore index (1..) */ in dec_share() [all …]
|
D | diskio.c | 103 UINT count /* Number of sectors to read */ in disk_read() 153 UINT count /* Number of sectors to write */ in disk_write()
|
/fatfs-latest/option/ |
D | ffunicode.c | 15282 UINT i = 0, n, li, hi; in ff_uni2oem() 15318 UINT i = 0, n, li, hi; in ff_oem2uni() 15365 UINT i, n, li, hi; in ff_uni2oem() 15417 UINT i, n, li, hi; in ff_oem2uni()
|
D | ffsystem.c | 18 UINT msize /* Number of bytes to allocate */ in ff_memalloc()
|