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
phy_common.c:25
static
const
char
*
TAG
=
"phy_comm"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"phy_comm"
;
phy_common.c:25
ESP_LOGE
(
TAG
,
"Invalid configuration"
)
;
phy_common.c:166
esp_phy_set_ant_gpio()
ESP_LOGE
(
TAG
,
"gpio[%d] number: %d is reserved\n"
,
i
,
config
->
gpio_cfg
[
i
]
.
gpio_num
)
;
phy_common.c:173
esp_phy_set_ant_gpio()
ESP_LOGE
(
TAG
,
"Invalid configuration"
)
;
phy_common.c:194
esp_phy_get_ant_gpio()
ESP_LOGE
(
TAG
,
"Invalid antenna: rx=%d, tx=%d, default=%d"
,
phy_common.c:208
phy_ant_config_check()
ESP_LOGE
(
TAG
,
"If tx ant is AUTO, also need to set rx ant to AUTO"
)
;
phy_common.c:214
phy_ant_config_check()
ESP_LOGE
(
TAG
,
"Invalid args"
)
;
phy_common.c:296
esp_phy_get_ant()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 4 functions:
All items filtered out
TAG
esp_phy_set_ant_gpio()
esp_phy_get_ant_gpio()
phy_ant_config_check()
esp_phy_get_ant()
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