Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h193FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ enumerator
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c55 [FR_TIMEOUT] = MP_EIO,
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h270FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ enumerator
A Dff.c890 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()
3123 if (!lock_fs(fs)) return FR_TIMEOUT; /* Lock the volume */
3356 res = FR_TIMEOUT;
/AliOS-Things-master/components/fatfs/include/
A Dff.h231FR_TIMEOUT = -ETIMEDOUT, /* (15) Could not get a grant to access the volume within … enumerator
/AliOS-Things-master/components/fatfs/src/
A Dff.c740 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()
3062 if (!lock_fs(fs)) return FR_TIMEOUT; /* Lock the volume */
3281 res = FR_TIMEOUT;

Completed in 43 milliseconds