FatFS
GET_SECTOR_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_SECTOR_SIZE
GET_SECTOR_SIZE macro
Syntax
Show:
Summary
Declaration
from
diskio.h:50
#define
GET_SECTOR_SIZE
2
Examples
References
from
examples
Code
Location
#define
GET_SECTOR_SIZE
2
/* Get sector size (needed at FF_MAX_SS != FF_MIN_SS) */
diskio.h:50
case
GET_SECTOR_SIZE
:
diskio_rawflash.c:103
case
GET_SECTOR_SIZE
:
diskio_sdmmc.c:101
case
GET_SECTOR_SIZE
:
diskio_wl.c:74
if
(
disk_ioctl
(
fs
->
pdrv
,
GET_SECTOR_SIZE
,
&
SS
(
fs
)
)
!=
RES_OK
)
return
FR_DISK_ERR
;
ff.c:3441
if
(
disk_ioctl
(
pdrv
,
GET_SECTOR_SIZE
,
&
ss
)
!=
RES_OK
)
return
FR_DISK_ERR
;
ff.c:5965
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