ESP-IDF
spiffs_t::user_data
is only used within ESP-IDF.
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
ESP-IDF
spiffs_t::user_data
spiffs_t::user_data field
Syntax
Show:
Summary
Declaration
from
spiffs.h:291
void
*
user_data
;
Examples
References
from
examples
Code
Location
Referrer
void
*
user_data
;
spiffs.h:291
efs
->
fs
->
user_data
=
(
void
*
)
efs
;
esp_spiffs.c:264
esp_spiffs_init()
(
void
)
xSemaphoreTake
(
(
(
esp_spiffs_t
*
)
(
fs
->
user_data
)
)
->
lock
,
portMAX_DELAY
)
;
spiffs_api.c:17
spiffs_api_lock()
xSemaphoreGive
(
(
(
esp_spiffs_t
*
)
(
fs
->
user_data
)
)
->
lock
)
;
spiffs_api.c:22
spiffs_api_unlock()
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()
user_data
=
fs
->
user_data
;
spiffs_hydrogen.c:89
SPIFFS_mount()
fs
->
user_data
=
user_data
;
spiffs_hydrogen.c:92
SPIFFS_mount()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_t::user_data
is written by 2 functions and is read by 6 functions:
esp_spiffs_init()
SPIFFS_mount()
All items filtered out
spiffs_t::user_data
spiffs_api_lock()
spiffs_api_unlock()
spiffs_api_read()
spiffs_api_write()
spiffs_api_erase()
SPIFFS_mount()
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