LwIP_HTTP_Server_Raw
ETH_PHY_IO_WriteReg()
is only used within LwIP_HTTP_Server_Raw.
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_HTTP_Server_Raw
ETH_PHY_IO_WriteReg()
ETH_PHY_IO_WriteReg() function
Write a value to a PHY register through the MDIO interface.
Syntax
Show:
Summary
Declaration
Definition
from
ethernetif.c:92
int32_t
ETH_PHY_IO_WriteReg
(
uint32_t
DevAddr
,
uint32_t
RegAddr
,
uint32_t
RegVal
)
;
Implemented in
ethernetif.c:483
Arguments
Argument
Description
DevAddr
PHY port address
RegAddr
PHY register address
RegVal
Value to be written
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