ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
sdspi_transaction.c:16
static
const
char
*
TAG
=
"sdspi_transaction"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"sdspi_transaction"
;
sdspi_transaction.c:16
ESP_LOGD
(
TAG
,
"cmd=%d, R1 response not found"
,
cmd
)
;
sdspi_transaction.c:46
r1_response_to_err()
ESP_LOGD
(
TAG
,
"cmd=%d, R1 response: command CRC error"
,
cmd
)
;
sdspi_transaction.c:49
r1_response_to_err()
ESP_LOGD
(
TAG
,
"cmd=%d, R1 response: command not supported"
,
cmd
)
;
sdspi_transaction.c:52
r1_response_to_err()
ESP_LOGD
(
TAG
,
"cmd=%d, R1 response: alignment error"
,
cmd
)
;
sdspi_transaction.c:55
r1_response_to_err()
ESP_LOGD
(
TAG
,
"cmd=%d, R1 response: size error"
,
cmd
)
;
sdspi_transaction.c:58
r1_response_to_err()
ESP_LOGD
(
TAG
,
"cmd=%d, R1 response: unexpected value 0x%02x"
,
cmd
,
r1
)
;
sdspi_transaction.c:66
r1_response_to_err()
ESP_LOGI
(
TAG
,
"cmd=%d, R1 response not found"
,
cmd
)
;
sdspi_transaction.c:74
r1_sdio_response_to_err()
ESP_LOGI
(
TAG
,
"cmd=%d, R1 response: command CRC error"
,
cmd
)
;
sdspi_transaction.c:77
r1_sdio_response_to_err()
ESP_LOGI
(
TAG
,
"cmd=%d, R1 response: command not supported"
,
cmd
)
;
sdspi_transaction.c:80
r1_sdio_response_to_err()
ESP_LOGI
(
TAG
,
"cmd=%d, R1 response: size error"
,
cmd
)
;
sdspi_transaction.c:83
r1_sdio_response_to_err()
ESP_LOGI
(
TAG
,
"cmd=%d, R1 response: function number error"
,
cmd
)
;
sdspi_transaction.c:86
r1_sdio_response_to_err()
ESP_LOGI
(
TAG
,
"cmd=%d, R1 response: unexpected value 0x%02x"
,
cmd
,
r1
)
;
sdspi_transaction.c:91
r1_sdio_response_to_err()
ESP_LOGV
(
TAG
,
"r1 = 0x%02x hw_cmd.r[0]=0x%08"
PRIx32
,
hw_cmd
.
r1
,
hw_cmd
.
response
[
0
]
)
;
sdspi_transaction.c:158
sdspi_host_do_transaction()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 3 functions:
All items filtered out
TAG
r1_response_to_err()
r1_sdio_response_to_err()
sdspi_host_do_transaction()
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