Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.c476 void st_dword (BYTE* ptr, DWORD val) /* Store a 4-byte word in little-endian */ in st_dword() function
1000 st_dword(fs->win + FSI_LeadSig, 0x41615252); /* Leading signature */ in sync_fs()
1001 st_dword(fs->win + FSI_StrucSig, 0x61417272); /* Structure signature */ in sync_fs()
1002 st_dword(fs->win + FSI_Free_Count, fs->free_clst); /* Number of free clusters */ in sync_fs()
1003 st_dword(fs->win + FSI_Nxt_Free, fs->last_clst); /* Last allocated culuster */ in sync_fs()
1137 st_dword(fs->win + clst * 4 % SS(fs), val); in put_fat()
3361 st_dword(dj.dir + DIR_CrtTime, tm); /* Set created time */ in f_open()
3362 st_dword(dj.dir + DIR_ModTime, tm); /* Set modified time */ in f_open()
3364 st_dword(dj.dir + DIR_CrtTime, 0); /* Set created time as 0*/ in f_open()
3365 st_dword(dj.dir + DIR_ModTime, 0); /* Set modified time as 0*/ in f_open()
[all …]
Dff.h488 void st_dword (BYTE *ptr, DWORD val);