Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/nitro/fs/
Dtypes.h189 #define FS_FILE_STATUS_BUSY 0x00000001UL macro
Dfile.h102 return ((file->stat & FS_FILE_STATUS_BUSY) != 0); in FS_IsBusy()
/TwlSDK-5.3.1/build/libraries/fs/common/src/
Dfs_archive.c124 file->stat &= ~(FS_FILE_STATUS_CANCEL | FS_FILE_STATUS_BUSY | in FSi_EndCommand()
493 … FSi_WaitConditionChange(&file->stat, FS_FILE_STATUS_OPERATING, FS_FILE_STATUS_BUSY, file->queue); in FSi_ExecuteSyncCommand()
543 file->stat |= FS_FILE_STATUS_BUSY; in FSi_SendCommand()
1293 FSi_WaitConditionOff(&file->stat, FS_FILE_STATUS_BUSY, file->queue); in FS_WaitAsync()