Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h190 FR_NOT_ENABLED, /* (12) The volume has no work area */ enumerator
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c52 [FR_NOT_ENABLED] = MP_ENODEV,
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h267 FR_NOT_ENABLED, /* (12) The volume has no work area */ enumerator
A Dff.c890 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()
/AliOS-Things-master/components/fatfs/include/
A Dff.h228 FR_NOT_ENABLED = -ENODEV, /* (12) The volume has no work area */ 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()
3060 if (!fs) return FR_NOT_ENABLED; /* Is the filesystem object available? */

Completed in 28 milliseconds