FatFS
GET_BLOCK_SIZE
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
GET_BLOCK_SIZE
GET_BLOCK_SIZE macro
Syntax
Show:
Summary
Declaration
from
diskio.h:51
#define
GET_BLOCK_SIZE
3
Examples
References
from
examples
Code
Location
#define
GET_BLOCK_SIZE
3
/* Get erase block size (needed at FF_USE_MKFS == 1) */
diskio.h:51
case
GET_BLOCK_SIZE
:
diskio_rawflash.c:106
case
GET_BLOCK_SIZE
:
diskio_sdmmc.c:104
case
GET_BLOCK_SIZE
:
diskio_wl.c:77
if
(
sz_blk
==
0
)
disk_ioctl
(
pdrv
,
GET_BLOCK_SIZE
,
&
sz_blk
)
;
/* Block size from the paramter or lower layer */
ff.c:5962
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