ESP-IDF
TAG
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
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
dac_common_legacy.c:19
static
__attribute__
(
(
unused
)
)
const
char
*
TAG
=
"DAC"
;
Examples
References
from
examples
Code
Location
Referrer
static
__attribute__
(
(
unused
)
)
const
char
*
TAG
=
"DAC"
;
dac_common_legacy.c:19
ESP_RETURN_ON_FALSE
(
channel
<
SOC_DAC_CHAN_NUM
,
ESP_ERR_INVALID_ARG
,
TAG
,
"DAC channel error"
)
;
dac_common_legacy.c:26
dac_pad_get_io_num()
ESP_RETURN_ON_FALSE
(
channel
<
SOC_DAC_CHAN_NUM
,
ESP_ERR_INVALID_ARG
,
TAG
,
"DAC channel error"
)
;
dac_common_legacy.c:35
dac_rtc_pad_init()
ESP_RETURN_ON_FALSE
(
channel
<
SOC_DAC_CHAN_NUM
,
ESP_ERR_INVALID_ARG
,
TAG
,
"DAC channel error"
)
;
dac_common_legacy.c:49
dac_output_enable()
ESP_RETURN_ON_FALSE
(
channel
<
SOC_DAC_CHAN_NUM
,
ESP_ERR_INVALID_ARG
,
TAG
,
"DAC channel error"
)
;
dac_common_legacy.c:62
dac_output_disable()
ESP_RETURN_ON_FALSE
(
channel
<
SOC_DAC_CHAN_NUM
,
ESP_ERR_INVALID_ARG
,
TAG
,
"DAC channel error"
)
;
dac_common_legacy.c:73
dac_output_voltage()
ESP_RETURN_ON_FALSE
(
channel
<
SOC_DAC_CHAN_NUM
,
ESP_ERR_INVALID_ARG
,
TAG
,
"DAC channel error"
)
;
dac_common_legacy.c:84
dac_out_voltage()
ESP_RETURN_ON_FALSE
(
cw
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid clock configuration"
)
;
dac_common_legacy.c:115
dac_cw_generator_config()
ESP_EARLY_LOGE
(
TAG
,
"CONFLICT! The new DAC driver is not allowed to be used together with the legacy driver"
)
;
dac_common_legacy.c:142
check_dac_legacy_driver_conflict()
ESP_EARLY_LOGW
(
TAG
,
"legacy driver is deprecated, please migrate to `driver/dac_oneshot.h`, `driver/dac_cosine.h` or `driver/dac_continuous.h` instead"
)
;
dac_common_legacy.c:145
check_dac_legacy_driver_conflict()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 8 functions:
All items filtered out
TAG
dac_pad_get_io_num()
dac_rtc_pad_init()
dac_output_enable()
dac_output_disable()
dac_output_voltage()
dac_out_voltage()
dac_cw_generator_config()
check_dac_legacy_driver_conflict()
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