Searched refs:FATFS_DOSTIME_TO_SEC (Results 1 – 2 of 2) sorted by relevance
145 #define FATFS_DOSTIME_TO_SEC(dostime) (u32)((((dostime) >> 0) & 0x1F) * 2) macro
254 dst->second = FATFS_DOSTIME_TO_SEC(src); in FSi_DostimeToFstime()