FatFS
CTRL_TRIM
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_TRIM
CTRL_TRIM macro
Syntax
Show:
Summary
Declaration
from
diskio.h:52
#define
CTRL_TRIM
4
Examples
References
from
examples
Code
Location
#define
CTRL_TRIM
4
/* Inform device that the data on the block of sectors is no longer used (needed at FF_USE_TRIM == 1) */
diskio.h:52
case
CTRL_TRIM
:
diskio_sdmmc.c:107
disk_ioctl
(
fs
->
pdrv
,
CTRL_TRIM
,
rt
)
;
/* Inform storage device that the data in the block may be erased */
ff.c:1485
disk_ioctl
(
pdrv
,
CTRL_TRIM
,
lba
)
;
ff.c:6307
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