FatFS
STA_PROTECT
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
STA_PROTECT
STA_PROTECT macro
Syntax
Show:
Summary
Declaration
from
diskio.h:42
#define
STA_PROTECT
0x04
Examples
References
from
examples
Code
Location
#define
STA_PROTECT
0x04
/* Write protected */
diskio.h:42
return
STA_PROTECT
;
diskio_rawflash.c:61
DSTATUS
status
=
STA_PROTECT
;
diskio_rawflash.c:66
if
(
!
FF_FS_READONLY
&&
mode
&&
(
stat
&
STA_PROTECT
)
)
{
/* Check write protection if needed */
ff.c:3422
if
(
!
FF_FS_READONLY
&&
mode
&&
(
stat
&
STA_PROTECT
)
)
{
/* Check disk write protection if needed */
ff.c:3437
if
(
ds
&
STA_PROTECT
)
return
FR_WRITE_PROTECTED
;
ff.c:5957
if
(
stat
&
STA_PROTECT
)
return
FR_WRITE_PROTECTED
;
ff.c:6445
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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