Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c249 #define GET_FATTIME() ((DWORD)(FF_NORTC_YEAR - 1980) << 25 | (DWORD)FF_NORTC_MON << 21 | (DWORD)FF_… macro
251 #define GET_FATTIME() get_fattime() macro
3612 st_dword(fs->dirbuf + XDIR_CrtTime, GET_FATTIME());
3624 st_dword(dj.dir + DIR_CrtTime, GET_FATTIME()); /* Set created time */
3978 tm = GET_FATTIME(); /* Modified time */
4895 tm = GET_FATTIME();
5759 st_dword(buf + BPB_VolIDEx, GET_FATTIME()); /* VSN */
5885 st_dword(buf + BS_VolID32, GET_FATTIME()); /* VSN */
5894 st_dword(buf + BS_VolID, GET_FATTIME()); /* VSN */