Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/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.1.0/build/libraries/fs/common/src/
Dfs_archive.c124 file->stat &= ~(FS_FILE_STATUS_CANCEL | FS_FILE_STATUS_BUSY | in FSi_EndCommand()
538 file->stat |= FS_FILE_STATUS_BUSY; in FSi_SendCommand()
1287 FSi_WaitConditionOff(&file->stat, FS_FILE_STATUS_BUSY, file->queue); in FS_WaitAsync()