FatFS
FR_WRITE_PROTECTED
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (5/5)...
FatFS
ESP-IDF
lwIP
FreeRTOS
cJSON
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FR_WRITE_PROTECTED
FR_WRITE_PROTECTED value
Syntax
Show:
Summary
Declaration
from
ff.h:293
FR_WRITE_PROTECTED
;
Examples
References
from
examples
Code
Location
Referrer
FR_WRITE_PROTECTED
,
/* (10) The physical drive is write protected */
ff.h:293
return
FR_WRITE_PROTECTED
;
ff.c:3423
mount_volume()
return
FR_WRITE_PROTECTED
;
ff.c:3438
mount_volume()
if
(
ds
&
STA_PROTECT
)
return
FR_WRITE_PROTECTED
;
ff.c:5957
f_mkfs()
if
(
stat
&
STA_PROTECT
)
return
FR_WRITE_PROTECTED
;
ff.c:6445
f_fdisk()
case
FR_WRITE_PROTECTED
:
return
EACCES
;
vfs_fat.c:330
fresult_to_errno()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FR_WRITE_PROTECTED
is read by 4 functions:
All items filtered out
FR_WRITE_PROTECTED
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