FatFS
CTRL_SYNC
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
CTRL_SYNC
CTRL_SYNC macro
Syntax
Show:
Summary
Declaration
from
diskio.h:48
#define
CTRL_SYNC
0
Examples
References
from
examples
Code
Location
#define
CTRL_SYNC
0
/* Complete pending write process (needed at FF_FS_READONLY == 0) */
diskio.h:48
case
CTRL_SYNC
:
diskio_rawflash.c:98
case
CTRL_SYNC
:
diskio_sdmmc.c:96
case
CTRL_SYNC
:
diskio_wl.c:69
if
(
disk_ioctl
(
fs
->
pdrv
,
CTRL_SYNC
,
0
)
!=
RES_OK
)
res
=
FR_DISK_ERR
;
ff.c:1135
if
(
disk_ioctl
(
pdrv
,
CTRL_SYNC
,
0
)
!=
RES_OK
)
LEAVE_MKFS
(
FR_DISK_ERR
)
;
ff.c:6418
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