Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/twl/fatfs/common/
Dtypes.h147 #define FATFS_DOSTIME_TO_HOUR(dostime) (u32)((((dostime) >> 11) & 0x1F) + 0) macro
/TwlSDK-5.2.1/build/libraries/fs/common/src/
Dfs_archive_fatfs.c252 dst->hour = FATFS_DOSTIME_TO_HOUR(src); in FSi_DostimeToFstime()