FatFS
FR_NOT_ENABLED
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_ENABLED
FR_NOT_ENABLED value
Syntax
Show:
Summary
Declaration
from
ff.h:295
FR_NOT_ENABLED
;
Examples
References
from
examples
Code
Location
Referrer
FR_NOT_ENABLED
,
/* (12) The volume has no work area */
ff.h:295
if
(
fs
&&
res
!=
FR_NOT_ENABLED
&&
res
!=
FR_INVALID_DRIVE
&&
res
!=
FR_TIMEOUT
)
{
ff.c:930
unlock_volume()
if
(
!
fs
)
return
FR_NOT_ENABLED
;
/* Is the filesystem object available? */
ff.c:3412
mount_volume()
case
FR_NOT_ENABLED
:
return
ENODEV
;
vfs_fat.c:332
fresult_to_errno()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FR_NOT_ENABLED
is read by 3 functions:
All items filtered out
FR_NOT_ENABLED
unlock_volume()
mount_volume()
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