Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/fatfs/src/
Dff.h268 FR_NOT_ENABLED, /* (12) The volume has no work area */ enumerator
Dff.c920 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()
3236 if (!fs) return FR_NOT_ENABLED; /* Is the filesystem object available? */
/hal_espressif-3.4.0/components/fatfs/vfs/
Dvfs_fat.c259 case FR_NOT_ENABLED: return ENODEV; in fresult_to_errno()