ESP-IDF
emac_esp32_write_phy_reg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
emac_esp32_write_phy_reg()
emac_esp32_write_phy_reg() function
Syntax
Show:
Summary
Declaration
from
esp_eth_mac_esp.c:100
static
esp_err_t
emac_esp32_write_phy_reg
(
esp_eth_mac_t
*
mac
,
uint32_t
phy_addr
,
uint32_t
phy_reg
,
uint32_t
reg_value
)
;
Arguments
Argument
mac
phy_addr
phy_reg
reg_value
Related Functions
Found 21 other functions taking a
esp_eth_mac_s
argument:
Function
Description
esp_eth_get_mac_instance()
Get MAC instance memory address
emac_esp32_start()
emac_esp32_stop()
emac_esp32_init()
emac_esp32_deinit()
emac_esp32_del()
emac_esp32_read_phy_reg()
emac_esp32_set_addr()
emac_esp32_get_addr()
emac_esp32_set_link()
emac_esp32_set_speed()
emac_esp32_set_duplex()
emac_esp32_set_promiscuous()
emac_esp32_enable_flow_ctrl()
emac_esp32_set_peer_pause_ability()
emac_esp_custom_ioctl()
emac_esp32_transmit()
emac_esp32_transmit_multiple_bufs()
emac_esp32_receive()
emac_esp32_set_mediator()
eth_init_internal()
Internal ESP32 Ethernet initialization
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
emac_esp32_write_phy_reg
(
esp_eth_mac_t
*
mac
,
uint32_t
phy_addr
,
uint32_t
phy_reg
,
uint32_t
reg_value
)
esp_eth_mac_esp.c:100
emac
->
parent
.
write_phy_reg
=
emac_esp32_write_phy_reg
;
esp_eth_mac_esp.c:706
esp_eth_mac_new_esp32()
Call Tree
from
examples
emac_esp32_write_phy_reg()
calls 6 functions:
All items filtered out
emac_esp32_write_phy_reg()
esp_rom_delay_us()
esp_log_timestamp()
esp_log_write()
emac_ll_is_mii_busy()
emac_ll_set_phy_data()
emac_hal_set_phy_cmd()
All items filtered out
Data Use
from
examples
emac_esp32_write_phy_reg()
reads 8 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
emac_hal_context_t::mac_regs
TAG
emac_esp32_t::parent
All items filtered out
emac_esp32_write_phy_reg()
esp_eth_mac_new_esp32()
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
emac_esp32_write_phy_reg()
is implemented by 1 functions:
All items filtered out
emac_esp32_write_phy_reg()
esp_eth_mac_s::write_phy_reg
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out