FatFS
FF_FS_READONLY
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FF_FS_READONLY
FF_FS_READONLY macro
Syntax
Show:
Summary
Declaration
from
ffconf.h:16
#define
FF_FS_READONLY
0
Examples
References
from
examples
Code
Location
#define
FF_FS_READONLY
0
ffconf.h:16
#if
!
FF_FS_READONLY
ff.c:659
#if
!
FF_FS_READONLY
ff.c:1059
#if
!
FF_FS_READONLY
ff.c:1091
#if
!
FF_FS_READONLY
ff.c:1108
#if
!
FF_FS_READONLY
ff.c:1239
#if
FF_FS_EXFAT
&&
!
FF_FS_READONLY
ff.c:1300
#if
!
FF_FS_READONLY
ff.c:1429
#if
!
FF_FS_READONLY
ff.c:1662
#if
!
FF_FS_READONLY
ff.c:1777
#if
!
FF_FS_READONLY
ff.c:1806
#if
!
FF_FS_READONLY
ff.c:1869
#if
!
FF_FS_READONLY
ff.c:1959
#if
FF_USE_LFN
&&
!
FF_FS_READONLY
ff.c:1996
#if
!
FF_FS_READONLY
ff.c:2465
#if
!
FF_FS_READONLY
&&
FF_FS_MINIMIZE
==
0
ff.c:2571
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
!
FF_FS_READONLY
ff.c:3572
#if
!
FF_FS_READONLY
ff.c:3739
mode
&=
FF_FS_READONLY
?
FA_READ
:
FA_READ
|
FA_WRITE
|
FA_CREATE_ALWAYS
|
FA_CREATE_NEW
|
FA_OPEN_ALWAYS
|
FA_OPEN_APPEND
;
ff.c:3750
#if
!
FF_FS_READONLY
/* Read/Write configuration */
ff.c:3756
#if
!
FF_FS_READONLY
ff.c:3880
#if
!
FF_FS_READONLY
&&
FF_FS_MINIMIZE
<=
2
/* Replace one of the read sectors with cached data if it contains a dirty sector */
ff.c:4003
#if
!
FF_FS_READONLY
ff.c:4019
#if
!
FF_FS_READONLY
ff.c:4046
#if
!
FF_FS_READONLY
ff.c:4260
#if
FF_FS_EXFAT
&&
!
FF_FS_READONLY
ff.c:4492
if
(
ofs
>
fp
->
obj
.
objsize
&&
(
FF_FS_READONLY
||
!
(
fp
->
flag
&
FA_WRITE
)
)
)
{
/* In read-only mode, clip offset with the file size */
ff.c:4556
#if
!
FF_FS_READONLY
ff.c:4570
#if
!
FF_FS_READONLY
ff.c:4583
if
(
!
FF_FS_READONLY
&&
fp
->
fptr
>
fp
->
obj
.
objsize
)
{
/* Set file change flag if the file size is extended */
ff.c:4610
#if
!
FF_FS_READONLY
ff.c:4616
#if
!
FF_FS_READONLY
ff.c:4852
#if
FF_USE_CHMOD
&&
!
FF_FS_READONLY
ff.c:5286
#if
FF_USE_EXPAND
&&
!
FF_FS_READONLY
ff.c:5601
#if
!
FF_FS_READONLY
&&
FF_USE_MKFS
ff.c:5768
#if
!
FF_FS_READONLY
ff.h:151
#if
!
FF_FS_READONLY
ff.h:214
#if
!
FF_FS_READONLY
&&
!
FF_FS_NORTC
ff.h:366
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