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
esp_eth_phy_ip101.c:17
static
const
char
*
TAG
=
"ip101"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"ip101"
;
esp_eth_phy_ip101.c:17
ESP_GOTO_ON_ERROR
(
eth
->
phy_reg_write
(
eth
,
ip101
->
phy_802_3
.
addr
,
ETH_PHY_PCR_REG_ADDR
,
pcr
.
val
)
,
err
,
TAG
,
"write PCR failed"
)
;
esp_eth_phy_ip101.c:101
ip101_page_select()
ESP_GOTO_ON_ERROR
(
ip101_page_select
(
ip101
,
16
)
,
err
,
TAG
,
"select page 16 failed"
)
;
esp_eth_phy_ip101.c:118
ip101_update_link_duplex_speed()
ESP_GOTO_ON_ERROR
(
eth
->
phy_reg_read
(
eth
,
addr
,
ETH_PHY_CSSR_REG_ADDR
,
&
(
cssr
.
val
)
)
,
err
,
TAG
,
"read CSSR failed"
)
;
esp_eth_phy_ip101.c:119
ip101_update_link_duplex_speed()
ESP_GOTO_ON_ERROR
(
eth
->
phy_reg_read
(
eth
,
addr
,
ETH_PHY_ANLPAR_REG_ADDR
,
&
(
anlpar
.
val
)
)
,
err
,
TAG
,
"read ANLPAR failed"
)
;
esp_eth_phy_ip101.c:120
ip101_update_link_duplex_speed()
ESP_GOTO_ON_ERROR
(
eth
->
on_state_changed
(
eth
,
ETH_STATE_SPEED
,
(
void
*
)
speed
)
,
err
,
TAG
,
"change speed failed"
)
;
esp_eth_phy_ip101.c:146
ip101_update_link_duplex_speed()
ESP_GOTO_ON_ERROR
(
eth
->
on_state_changed
(
eth
,
ETH_STATE_DUPLEX
,
(
void
*
)
duplex
)
,
err
,
TAG
,
"change duplex failed"
)
;
esp_eth_phy_ip101.c:147
ip101_update_link_duplex_speed()
ESP_GOTO_ON_ERROR
(
eth
->
on_state_changed
(
eth
,
ETH_STATE_PAUSE
,
(
void
*
)
peer_pause_ability
)
,
err
,
TAG
,
"change pause ability failed"
)
;
esp_eth_phy_ip101.c:154
ip101_update_link_duplex_speed()
ESP_GOTO_ON_ERROR
(
eth
->
on_state_changed
(
eth
,
ETH_STATE_LINK
,
(
void
*
)
link
)
,
err
,
TAG
,
"change link failed"
)
;
esp_eth_phy_ip101.c:156
ip101_update_link_duplex_speed()
ESP_GOTO_ON_ERROR
(
ip101_update_link_duplex_speed
(
ip101
)
,
err
,
TAG
,
"update link duplex speed failed"
)
;
esp_eth_phy_ip101.c:170
ip101_get_link()
ESP_GOTO_ON_ERROR
(
esp_eth_phy_802_3_basic_phy_init
(
phy_802_3
)
,
err
,
TAG
,
"failed to init PHY"
)
;
esp_eth_phy_ip101.c:182
ip101_init()
ESP_GOTO_ON_ERROR
(
esp_eth_phy_802_3_read_oui
(
phy_802_3
,
&
oui
)
,
err
,
TAG
,
"read OUI failed"
)
;
esp_eth_phy_ip101.c:187
ip101_init()
ESP_GOTO_ON_ERROR
(
esp_eth_phy_802_3_read_manufac_info
(
phy_802_3
,
&
model
,
NULL
)
,
err
,
TAG
,
"read manufacturer's info failed"
)
;
esp_eth_phy_ip101.c:188
ip101_init()
ESP_GOTO_ON_FALSE
(
oui
==
0x90C3
&&
model
==
0x5
,
ESP_FAIL
,
err
,
TAG
,
"wrong chip ID"
)
;
esp_eth_phy_ip101.c:189
ip101_init()
ESP_GOTO_ON_FALSE
(
ip101
,
NULL
,
err
,
TAG
,
"calloc ip101 failed"
)
;
esp_eth_phy_ip101.c:200
esp_eth_phy_new_ip101()
NULL
,
err
,
TAG
,
"configuration initialization of PHY 802.3 failed"
)
;
esp_eth_phy_ip101.c:210
esp_eth_phy_new_ip101()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 5 functions:
All items filtered out
TAG
ip101_page_select()
ip101_update_link_duplex_speed()
ip101_get_link()
ip101_init()
esp_eth_phy_new_ip101()
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