Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/fatfs/src/
Dff.h271 FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ enumerator
Dff.c920 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()
3238 if (!lock_fs(fs)) return FR_TIMEOUT; /* Lock the volume */
3472 res = FR_TIMEOUT;
/hal_espressif-3.4.0/components/fatfs/vfs/
Dvfs_fat.c262 case FR_TIMEOUT: return ETIMEDOUT; in fresult_to_errno()