Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c274 #define GET_FATTIME() ((DWORD)(FF_NORTC_YEAR - 1980) << 25 | (DWORD)FF_NORTC_MON << 21 | (DWORD)FF_… macro
276 #define GET_FATTIME() get_fattime() macro
3719 st_dword(fs->dirbuf + XDIR_CrtTime, GET_FATTIME());
3730 tm = GET_FATTIME(); /* Set created time */
4091 tm = GET_FATTIME(); /* Modified time */
5014 tm = GET_FATTIME();
5689 rnd = (DWORD)sz_drv + GET_FATTIME(); /* Random seed */
5937 vsn = (DWORD)sz_vol + GET_FATTIME(); /* VSN generated from current time and partitiion size */