Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/twl/fatfs/common/
Dtypes.h145 #define FATFS_DOSTIME_TO_SEC(dostime) (u32)((((dostime) >> 0) & 0x1F) * 2) macro
/TwlSDK-5.5/build/libraries/fs/common/src/
Dfs_archive_fatfs.c254 dst->second = FATFS_DOSTIME_TO_SEC(src); in FSi_DostimeToFstime()