ESP-IDF
esp_spiffs_t::partition
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::partition
esp_spiffs_t::partition field
The partition on which SPIFFS is located
Syntax
Show:
Summary
Declaration
from
spiffs_api.h:29
const
esp_partition_t
*
partition
;
Examples
References
from
examples
Code
Location
Referrer
const
esp_partition_t
*
partition
;
/*!< The partition on which SPIFFS is located */
spiffs_api.h:29
if
(
label
&&
p
->
by_label
&&
strncmp
(
label
,
p
->
partition
->
label
,
17
)
==
0
)
{
esp_spiffs.c:115
esp_spiffs_by_label()
efs
->
partition
=
partition
;
esp_spiffs.c:265
esp_spiffs_init()
if
(
_efs
[
index
]
->
partition
->
readonly
)
{
esp_spiffs.c:454
esp_vfs_spiffs_register()
esp_err_t
err
=
esp_partition_read
(
(
(
esp_spiffs_t
*
)
(
fs
->
user_data
)
)
->
partition
,
spiffs_api.c:27
spiffs_api_read()
esp_err_t
err
=
esp_partition_write
(
(
(
esp_spiffs_t
*
)
(
fs
->
user_data
)
)
->
partition
,
spiffs_api.c:38
spiffs_api_write()
esp_err_t
err
=
esp_partition_erase_range
(
(
(
esp_spiffs_t
*
)
(
fs
->
user_data
)
)
->
partition
,
spiffs_api.c:49
spiffs_api_erase()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_spiffs_t::partition
is written by 1 function and is read by 5 functions:
esp_spiffs_init()
All items filtered out
esp_spiffs_t::partition
spiffs_api_read()
spiffs_api_write()
spiffs_api_erase()
esp_spiffs_by_label()
esp_vfs_spiffs_register()
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