FatFS
FR_NOT_READY
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FR_NOT_READY
FR_NOT_READY value
Syntax
Show:
Summary
Declaration
from
ff.h:286
FR_NOT_READY
;
Examples
References
from
examples
Code
Location
Referrer
FR_NOT_READY
,
/* (3) The physical drive cannot work */
ff.h:286
return
FR_NOT_READY
;
/* Failed to initialize due to no medium or hard error */
ff.c:3435
mount_volume()
if
(
ds
&
STA_NOINIT
)
return
FR_NOT_READY
;
ff.c:5956
f_mkfs()
if
(
stat
&
STA_NOINIT
)
return
FR_NOT_READY
;
ff.c:6444
f_fdisk()
case
FR_NOT_READY
:
return
ENODEV
;
vfs_fat.c:323
fresult_to_errno()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FR_NOT_READY
is read by 4 functions:
All items filtered out
FR_NOT_READY
mount_volume()
f_mkfs()
f_fdisk()
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