ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
sdmmc_mmc.c:22
static
const
char
*
TAG
=
"sdmmc_mmc"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"sdmmc_mmc"
;
sdmmc_mmc.c:22
ESP_LOGE
(
TAG
,
"%s: could not allocate ext_csd"
,
__func__
)
;
sdmmc_mmc.c:35
sdmmc_init_mmc_read_ext_csd()
ESP_LOGD
(
TAG
,
"MMC version: %d"
,
card
->
csd
.
mmc_ver
)
;
sdmmc_mmc.c:41
sdmmc_init_mmc_read_ext_csd()
ESP_LOGE
(
TAG
,
"%s: send_ext_csd_data error 0x%x"
,
__func__
,
err
)
;
sdmmc_mmc.c:50
sdmmc_init_mmc_read_ext_csd()
ESP_LOGD
(
TAG
,
"card and host support DDR mode"
)
;
sdmmc_mmc.c:60
sdmmc_init_mmc_read_ext_csd()
ESP_LOGW
(
TAG
,
"%s: unknown CARD_TYPE 0x%x"
,
__func__
,
card_type
)
;
sdmmc_mmc.c:68
sdmmc_init_mmc_read_ext_csd()
ESP_LOGD
(
TAG
,
"MMC card type %d, max_freq_khz=%"
PRId32
", is_ddr=%d"
,
card_type
,
card
->
max_freq_khz
,
card
->
is_ddr
)
;
sdmmc_mmc.c:72
sdmmc_init_mmc_read_ext_csd()
ESP_LOGE
(
TAG
,
"%s: can't change power class (%d bit), 0x%x"
sdmmc_mmc.c:114
sdmmc_init_mmc_bus_width()
ESP_LOGE
(
TAG
,
"%s: can't change bus width (%d bit), 0x%x"
,
sdmmc_mmc.c:141
sdmmc_init_mmc_bus_width()
ESP_LOGE
(
TAG
,
"%s: mmc_switch EXT_CSD_HS_TIMING_HS error 0x%x"
,
sdmmc_mmc.c:157
sdmmc_mmc_enable_hs_mode()
ESP_LOGE
(
TAG
,
"unknown MMC CSD structure version 0x%x"
,
out_csd
->
csd_ver
)
;
sdmmc_mmc.c:198
sdmmc_mmc_decode_csd()
ESP_LOGE
(
TAG
,
"%s: could not allocate ext_csd"
,
__func__
)
;
sdmmc_mmc.c:264
sdmmc_init_mmc_check_ext_csd()
ESP_LOGE
(
TAG
,
"%s: send_status returned 0x%x"
,
__func__
,
err
)
;
sdmmc_mmc.c:272
sdmmc_init_mmc_check_ext_csd()
ESP_LOGE
(
TAG
,
"%s: card not in transfer state"
,
__func__
)
;
sdmmc_mmc.c:277
sdmmc_init_mmc_check_ext_csd()
ESP_LOGE
(
TAG
,
"%s: send_ext_csd_data error 0x%x"
,
__func__
,
err
)
;
sdmmc_mmc.c:285
sdmmc_init_mmc_check_ext_csd()
ESP_LOGE
(
TAG
,
"%s: Data integrity test fail in HS mode"
,
__func__
)
;
sdmmc_mmc.c:292
sdmmc_init_mmc_check_ext_csd()
ESP_LOGD
(
TAG
,
"%s: erase timeout %"
PRIu32
" s (erasing %"
PRIu32
" kB, %"
PRIu32
" ms per sector)"
,
sdmmc_mmc.c:306
sdmmc_mmc_get_erase_timeout_ms()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 6 functions:
All items filtered out
TAG
sdmmc_init_mmc_read_ext_csd()
sdmmc_init_mmc_bus_width()
sdmmc_mmc_enable_hs_mode()
sdmmc_mmc_decode_csd()
sdmmc_init_mmc_check_ext_csd()
sdmmc_mmc_get_erase_timeout_ms()
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