get_fattime() is only used within FatFs.
 
Symbols
loading...
Files
loading...

get_fattime() function

Gets Time from RTC

Syntax

DWORD get_fattime (void);
Implemented in diskio.c:138

Return value

Time in DWORD

References

LocationReferrerText
diskio.c:138
__weak DWORD get_fattime (void)
diskio.h:40
DWORD get_fattime (void);
ff.h:296
DWORD get_fattime (void);
ff.c:3364f_open()
dw = GET_FATTIME();
ff.c:3755f_sync()
tm = GET_FATTIME(); /* Modified time */
ff.c:4651f_mkdir()
tm = GET_FATTIME();
ff.c:5645f_mkfs()
st_dword(buf + BS_VolID32, GET_FATTIME()); /* VSN */
ff.c:5654f_mkfs()
st_dword(buf + BS_VolID, GET_FATTIME()); /* VSN */

Call Tree

Functions calling get_fattime()
all items filtered out
get_fattime()
Type of get_fattime()
get_fattime()
all items filtered out