FatFS
FF_MULTI_PARTITION
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FF_MULTI_PARTITION
FF_MULTI_PARTITION macro
Syntax
Show:
Summary
Declaration
from
ffconf.h:231
#define
FF_MULTI_PARTITION
1
Examples
References
from
examples
Code
Location
#define
FF_MULTI_PARTITION
1
ffconf.h:231
#if
FF_MULTI_PARTITION
/* Multiple partition configuration */
diskio.c:21
#if
FF_MULTI_PARTITION
ff.c:252
if
(
FF_MULTI_PARTITION
&&
part
>
4
)
return
3
;
/* MBR has 4 partitions max */
ff.c:3372
if
(
FF_MULTI_PARTITION
&&
ipart
!=
0
)
{
/* Is the volume associated with any specific partition? */
ff.c:5989
if
(
FF_MULTI_PARTITION
&&
ipart
!=
0
)
{
/* Volume is in the existing partition */
ff.c:6403
#if
FF_MULTI_PARTITION
ff.c:6426
#if
FF_MULTI_PARTITION
/* Multiple partition configuration */
ff.h:114
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