semihost_vfs sample
TAG
is only used within semihost_vfs 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
semihost_vfs sample
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
semihost_vfs_example_main.c:20
static
const
char
*
TAG
=
"example"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"example"
;
semihost_vfs_example_main.c:20
ESP_LOGE
(
TAG
,
"Failed to register semihost driver (%s)!"
,
esp_err_to_name
(
ret
)
)
;
semihost_vfs_example_main.c:32
app_main()
ESP_LOGW
(
TAG
,
"Switch to semihosted stdout"
)
;
semihost_vfs_example_main.c:36
app_main()
ESP_LOGE
(
TAG
,
"Failed to reopen stdout (%d)!"
,
errno
)
;
semihost_vfs_example_main.c:39
app_main()
ESP_LOGW
(
TAG
,
"Switched to semihosted stdout"
)
;
semihost_vfs_example_main.c:47
app_main()
ESP_LOGW
(
TAG
,
"Switch to UART stdout"
)
;
semihost_vfs_example_main.c:52
app_main()
ESP_LOGE
(
TAG
,
"Failed to reopen semihosted stdout (%d)!"
,
errno
)
;
semihost_vfs_example_main.c:58
app_main()
ESP_LOGW
(
TAG
,
"Switched back to UART stdout"
)
;
semihost_vfs_example_main.c:62
app_main()
ESP_LOGI
(
TAG
,
"Wrote %d bytes"
,
count
)
;
semihost_vfs_example_main.c:63
app_main()
ESP_LOGE
(
TAG
,
"Failed to open file (%d)!"
,
errno
)
;
semihost_vfs_example_main.c:69
app_main()
ESP_LOGE
(
TAG
,
"Failed to read file (%d)!"
,
errno
)
;
semihost_vfs_example_main.c:77
app_main()
ESP_LOGI
(
TAG
,
"Read %d bytes"
,
count
)
;
semihost_vfs_example_main.c:84
app_main()
ESP_LOGE
(
TAG
,
"Failed to close file (%d)!"
,
errno
)
;
semihost_vfs_example_main.c:86
app_main()
ESP_LOGE
(
TAG
,
"Failed to unregister semihost driver (%s)!"
,
esp_err_to_name
(
ret
)
)
;
semihost_vfs_example_main.c:91
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