Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/twl/fatfs/common/
Dtypes.h149 #define FATFS_DOSTIME_TO_MON(dostime) (u32)((((dostime) >> 21) & 0x0F) + 0) macro
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_archive_fatfs.c250 dst->month = FATFS_DOSTIME_TO_MON(src); in FSi_DostimeToFstime()