Searched refs:st_dword (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 658 static void st_dword (BYTE* ptr, DWORD val) /* Store a 4-byte word in little-endian */ in st_dword() function 1091 st_dword(fs->win + FSI_LeadSig, 0x41615252); /* Leading signature */ in sync_fs() 1092 st_dword(fs->win + FSI_StrucSig, 0x61417272); /* Structure signature */ in sync_fs() 1093 st_dword(fs->win + FSI_Free_Count, fs->free_clst); /* Number of free clusters */ in sync_fs() 1094 st_dword(fs->win + FSI_Nxt_Free, fs->last_clst); /* Last allocated culuster */ in sync_fs() 1252 st_dword(fs->win + clst * 4 % SS(fs), val); in put_fat() 3719 st_dword(fs->dirbuf + XDIR_CrtTime, GET_FATTIME()); 3731 st_dword(dj.dir + DIR_CrtTime, tm); 3732 st_dword(dj.dir + DIR_ModTime, tm); 3736 st_dword(dj.dir + DIR_FileSize, 0); [all …]
|