Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive_fatfs.c282 static BOOL FSi_CheckFstime( const FSDateTime *fstime) in FSi_CheckFstime() argument
284 if( fstime->month / 13 != 0) { return FALSE;} in FSi_CheckFstime()
286 if( fstime->hour / 24 != 0) { return FALSE;} in FSi_CheckFstime()
287 if( fstime->minute/ 60 != 0) { return FALSE;} in FSi_CheckFstime()
288 if( fstime->second/ 61 != 0) { return FALSE;} in FSi_CheckFstime()