LwIP_UDPTCP_Echo_Server_Netconn_RTOS
ETH_PHY_IO_ReadReg()
is only used within LwIP_UDPTCP_Echo_Server_Netconn_RTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
ETH_PHY_IO_ReadReg()
ETH_PHY_IO_ReadReg() function
Read a PHY register through the MDIO interface.
Syntax
Show:
Summary
Declaration
Definition
from
ethernetif.c:103
int32_t
ETH_PHY_IO_ReadReg
(
uint32_t
DevAddr
,
uint32_t
RegAddr
,
uint32_t
*
pRegVal
)
;
Implemented in
ethernetif.c:599
Arguments
Argument
Description
DevAddr
PHY port address
RegAddr
PHY register address
pRegVal
pointer to hold the register value
Return value
0 if OK -1 if Error
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