ESP-IDF
esp_eth_phy_reg_rw_data_t
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
esp_eth_phy_reg_rw_data_t
esp_eth_phy_reg_rw_data_t struct
Data structure to Read/Write PHY register via ioctl API
Syntax
Show:
Summary
Declaration
from
esp_eth_driver.h:136
typedef
struct
{
uint32_t
reg_addr
;
uint32_t
*
reg_value_p
;
}
esp_eth_phy_reg_rw_data_t
;
Fields
Field
Declared as
Description
esp_eth_phy_reg_rw_data_t::reg_addr
uint32_t
PHY register address.
esp_eth_phy_reg_rw_data_t::reg_value_p
uint32_t
*
Pointer to a memory where the register value is read/written.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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