Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/wm/wireless-all/src/
Dtest.c187 if (!FS_IsBusy(file)) in UpdateFrame()
209 while (FS_IsBusy(file)) in UpdateFrame()
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/src/
Dchild.c376 while (FS_IsBusy(file)) in ModeChildFile()
488 if (FS_IsBusy(file)) in ModeChildOverlay()
/TwlSDK-5.1.0/include/nitro/fs/
Dfile.h100 SDK_INLINE BOOL FS_IsBusy(volatile const FSFile *file) in FS_IsBusy() function
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_file.c266 if (FS_IsBusy(file)) in FS_CancelFile()
1533 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_ReadFile()
1573 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_ReadFileAsync()
1611 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_WriteFile()
1650 SDK_ASSERT(FS_IsFile(file) && !FS_IsBusy(file)); in FS_WriteFileAsync()
Dfs_archive.c523 if (FS_IsBusy(file)) in FSi_SendCommand()
1271 if (FS_IsBusy(file)) in FS_WaitAsync()