spiffs sample
TAG
is only used within spiffs sample.
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
spiffs sample
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
spiffs_example_main.c:17
static
const
char
*
TAG
=
"example"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"example"
;
spiffs_example_main.c:17
ESP_LOGI
(
TAG
,
"Initializing SPIFFS"
)
;
spiffs_example_main.c:21
app_main()
ESP_LOGE
(
TAG
,
"Failed to mount or format filesystem"
)
;
spiffs_example_main.c:36
app_main()
ESP_LOGE
(
TAG
,
"Failed to find SPIFFS partition"
)
;
spiffs_example_main.c:38
app_main()
ESP_LOGE
(
TAG
,
"Failed to initialize SPIFFS (%s)"
,
esp_err_to_name
(
ret
)
)
;
spiffs_example_main.c:40
app_main()
ESP_LOGI
(
TAG
,
"Performing SPIFFS_check()."
)
;
spiffs_example_main.c:46
app_main()
ESP_LOGE
(
TAG
,
"SPIFFS_check() failed (%s)"
,
esp_err_to_name
(
ret
)
)
;
spiffs_example_main.c:49
app_main()
ESP_LOGI
(
TAG
,
"SPIFFS_check() successful"
)
;
spiffs_example_main.c:52
app_main()
ESP_LOGE
(
TAG
,
"Failed to get SPIFFS partition information (%s). Formatting..."
,
esp_err_to_name
(
ret
)
)
;
spiffs_example_main.c:59
app_main()
ESP_LOGI
(
TAG
,
"Partition size: total: %d, used: %d"
,
total
,
used
)
;
spiffs_example_main.c:63
app_main()
ESP_LOGW
(
TAG
,
"Number of used bytes cannot be larger than total. Performing SPIFFS_check()."
)
;
spiffs_example_main.c:68
app_main()
ESP_LOGE
(
TAG
,
"SPIFFS_check() failed (%s)"
,
esp_err_to_name
(
ret
)
)
;
spiffs_example_main.c:73
app_main()
ESP_LOGI
(
TAG
,
"SPIFFS_check() successful"
)
;
spiffs_example_main.c:76
app_main()
ESP_LOGI
(
TAG
,
"Opening file"
)
;
spiffs_example_main.c:82
app_main()
ESP_LOGE
(
TAG
,
"Failed to open file for writing"
)
;
spiffs_example_main.c:85
app_main()
ESP_LOGI
(
TAG
,
"File written"
)
;
spiffs_example_main.c:90
app_main()
ESP_LOGI
(
TAG
,
"Renaming file"
)
;
spiffs_example_main.c:100
app_main()
ESP_LOGE
(
TAG
,
"Rename failed"
)
;
spiffs_example_main.c:102
app_main()
ESP_LOGI
(
TAG
,
"Reading file"
)
;
spiffs_example_main.c:107
app_main()
ESP_LOGE
(
TAG
,
"Failed to open file for reading"
)
;
spiffs_example_main.c:110
app_main()
ESP_LOGI
(
TAG
,
"Read from file: '%s'"
,
line
)
;
spiffs_example_main.c:121
app_main()
ESP_LOGI
(
TAG
,
"SPIFFS unmounted"
)
;
spiffs_example_main.c:125
app_main()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 1 function:
All items filtered out
TAG
app_main()
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