Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c275 #define GET_FATTIME() ((DWORD)(FF_NORTC_YEAR - 1980) << 25 | (DWORD)FF_NORTC_MON << 21 | (DWORD)FF_… macro
277 #define GET_FATTIME() get_fattime() macro
3798 st_dword(fs->dirbuf + XDIR_CrtTime, GET_FATTIME());
3809 tm = GET_FATTIME(); /* Set created time */
4170 tm = GET_FATTIME(); /* Modified time */
5099 tm = GET_FATTIME();
5787 rnd = (DWORD)sz_drv + GET_FATTIME(); /* Random seed */
6040 vsn = (DWORD)sz_vol + GET_FATTIME(); /* VSN generated from current time and partition size */