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
esp_adc_cal_common_legacy.c:23
const
__attribute__
(
(
unused
)
)
static
char
*
TAG
=
"ADC_CALI"
;
Examples
References
from
examples
Code
Location
Referrer
const
__attribute__
(
(
unused
)
)
static
char
*
TAG
=
"ADC_CALI"
;
esp_adc_cal_common_legacy.c:23
ESP_RETURN_ON_FALSE
(
chars
!=
NULL
,
ESP_ERR_INVALID_ARG
,
TAG
,
"No characteristic input"
)
;
esp_adc_cal_common_legacy.c:30
esp_adc_cal_get_voltage()
ESP_RETURN_ON_FALSE
(
voltage
!=
NULL
,
ESP_ERR_INVALID_ARG
,
TAG
,
"No output buffer"
)
;
esp_adc_cal_common_legacy.c:31
esp_adc_cal_get_voltage()
ESP_RETURN_ON_FALSE
(
channel
<
SOC_ADC_CHANNEL_NUM
(
0
)
,
ESP_ERR_INVALID_ARG
,
TAG
,
"Invalid channel"
)
;
esp_adc_cal_common_legacy.c:36
esp_adc_cal_get_voltage()
ESP_RETURN_ON_FALSE
(
channel
<
SOC_ADC_CHANNEL_NUM
(
1
)
,
ESP_ERR_INVALID_ARG
,
TAG
,
"Invalid channel"
)
;
esp_adc_cal_common_legacy.c:39
esp_adc_cal_get_voltage()
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
esp_adc_cal_get_voltage()
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