FatFS
FR_NOT_ENOUGH_CORE
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
FR_NOT_ENOUGH_CORE
FR_NOT_ENOUGH_CORE value
Syntax
Show:
Summary
Declaration
from
ff.h:300
FR_NOT_ENOUGH_CORE
;
Examples
References
from
examples
Code
Location
Referrer
FR_NOT_ENOUGH_CORE
,
/* (17) Buffer could not be allocated */
ff.h:300
INIT_NAMBUF
(
fs
)
;
ff.c:3754
f_open()
INIT_NAMBUF
(
fs
)
;
ff.c:4654
f_opendir()
INIT_NAMBUF
(
fs
)
;
ff.c:4749
f_readdir()
INIT_NAMBUF
(
dj
.
obj
.
fs
)
;
ff.c:4835
f_stat()
INIT_NAMBUF
(
fs
)
;
ff.c:5021
f_unlink()
INIT_NAMBUF
(
fs
)
;
ff.c:5112
f_mkdir()
INIT_NAMBUF
(
fs
)
;
ff.c:5198
f_rename()
INIT_NAMBUF
(
fs
)
;
ff.c:5306
f_chmod()
INIT_NAMBUF
(
fs
)
;
ff.c:5352
f_utime()
if
(
sz_buf
==
0
)
return
FR_NOT_ENOUGH_CORE
;
ff.c:5980
f_mkfs()
if
(
!
buf
)
return
FR_NOT_ENOUGH_CORE
;
ff.c:5985
f_mkfs()
if
(
!
buf
)
return
FR_NOT_ENOUGH_CORE
;
ff.c:6450
f_fdisk()
case
FR_NOT_ENOUGH_CORE
:
return
ENOMEM
;
vfs_fat.c:337
fresult_to_errno()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FR_NOT_ENOUGH_CORE
is read by 12 functions:
All items filtered out
FR_NOT_ENOUGH_CORE
f_open()
f_opendir()
f_readdir()
f_stat()
f_unlink()
f_mkdir()
f_rename()
f_chmod()
f_utime()
f_mkfs()
f_fdisk()
fresult_to_errno()
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