netxduo
lan8742_io_read_reg()
is only used within netxduo.
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
netxduo
lan8742_io_read_reg()
lan8742_io_read_reg() function
Read a PHY register through the MDIO interface.
Syntax
Show:
Summary
Declaration
Definition
from
nx_stm32_phy_driver.c:23
static
int32_t
lan8742_io_read_reg
(
uint32_t
DevAddr
,
uint32_t
RegAddr
,
uint32_t
*
pRegVal
)
;
Implemented in
nx_stm32_phy_driver.c:118
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