Searched refs:FATFS_DOSTIME_TO_MON (Results 1 – 2 of 2) sorted by relevance
149 #define FATFS_DOSTIME_TO_MON(dostime) (u32)((((dostime) >> 21) & 0x0F) + 0) macro
250 dst->month = FATFS_DOSTIME_TO_MON(src); in FSi_DostimeToFstime()