FRESULT::FR_TIMEOUT is only used within FatFs.
 
Symbols
loading...
Files
loading...

FRESULT::FR_TIMEOUT

Syntax

FR_TIMEOUT;

References

LocationReferrerText
ff.h:230
FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */
ff.c:756unlock_fs()
if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) {
ff.c:3017find_volume()
ENTER_FF(fs); /* Lock the volume */
ff.c:3233validate()
res = FR_TIMEOUT;

Data Use

Functions using FRESULT::FR_TIMEOUT
FRESULT::FR_TIMEOUT