FatFS
FR_TIMEOUT
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FR_TIMEOUT
FR_TIMEOUT value
Syntax
Show:
Summary
Declaration
from
ff.h:298
FR_TIMEOUT
;
Examples
References
from
examples
Code
Location
Referrer
FR_TIMEOUT
,
/* (15) Could not get a grant to access the volume within defined period */
ff.h:298
if
(
fs
&&
res
!=
FR_NOT_ENABLED
&&
res
!=
FR_INVALID_DRIVE
&&
res
!=
FR_TIMEOUT
)
{
ff.c:930
unlock_volume()
if
(
!
lock_volume
(
fs
,
1
)
)
return
FR_TIMEOUT
;
/* Lock the volume, and system if needed */
ff.c:3414
mount_volume()
res
=
FR_TIMEOUT
;
ff.c:3639
validate()
case
FR_TIMEOUT
:
return
ETIMEDOUT
;
vfs_fat.c:335
fresult_to_errno()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FR_TIMEOUT
is read by 4 functions:
All items filtered out
FR_TIMEOUT
unlock_volume()
mount_volume()
validate()
fresult_to_errno()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out