ESP-IDF
esp_spiffs_t::cfg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_spiffs_t::cfg
esp_spiffs_t::cfg field
SPIFFS Mount configuration
Syntax
Show:
Summary
Declaration
from
spiffs_api.h:32
spiffs_config
cfg
;
Examples
References
from
examples
Code
Location
Referrer
spiffs_config
cfg
;
/*!< SPIFFS Mount configuration */
spiffs_api.h:32
efs
->
cfg
.
hal_erase_f
=
spiffs_api_erase
;
esp_spiffs.c:212
esp_spiffs_init()
efs
->
cfg
.
hal_read_f
=
spiffs_api_read
;
esp_spiffs.c:213
esp_spiffs_init()
efs
->
cfg
.
hal_write_f
=
spiffs_api_write
;
esp_spiffs.c:214
esp_spiffs_init()
efs
->
cfg
.
log_block_size
=
flash_erase_sector_size
;
esp_spiffs.c:215
esp_spiffs_init()
efs
->
cfg
.
log_page_size
=
log_page_size
;
esp_spiffs.c:216
esp_spiffs_init()
efs
->
cfg
.
phys_addr
=
0
;
esp_spiffs.c:217
esp_spiffs_init()
efs
->
cfg
.
phys_erase_block
=
flash_erase_sector_size
;
esp_spiffs.c:218
esp_spiffs_init()
efs
->
cfg
.
phys_size
=
partition
->
size
;
esp_spiffs.c:219
esp_spiffs_init()
+
efs
->
cfg
.
log_page_size
)
;
esp_spiffs.c:240
esp_spiffs_init()
const
uint32_t
work_sz
=
efs
->
cfg
.
log_page_size
*
2
;
esp_spiffs.c:249
esp_spiffs_init()
s32_t
res
=
SPIFFS_mount
(
efs
->
fs
,
&
efs
->
cfg
,
efs
->
work
,
efs
->
fds
,
efs
->
fds_sz
,
esp_spiffs.c:267
esp_spiffs_init()
res
=
SPIFFS_mount
(
efs
->
fs
,
&
efs
->
cfg
,
efs
->
work
,
efs
->
fds
,
efs
->
fds_sz
,
esp_spiffs.c:280
esp_spiffs_init()
res
=
SPIFFS_mount
(
_efs
[
index
]
->
fs
,
&
_efs
[
index
]
->
cfg
,
_efs
[
index
]
->
work
,
esp_spiffs.c:370
esp_spiffs_format()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_spiffs_t::cfg
is read by 1 function:
All items filtered out
esp_spiffs_t::cfg
esp_spiffs_init()
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