netxduo
LAN8742
is only used within netxduo.
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
STM32 Libraries and Samples
netxduo
LAN8742
LAN8742 variable
Syntax
Show:
Summary
Declaration
from
nx_stm32_phy_driver.c:35
static
lan8742_Object_t
LAN8742
;
Examples
References
from
examples
Code
Location
Referrer
static
lan8742_Object_t
LAN8742
;
nx_stm32_phy_driver.c:35
LAN8742_RegisterBusIO
(
&
LAN8742
,
&
LAN8742_IOCtx
)
;
nx_stm32_phy_driver.c:48
nx_eth_phy_init()
if
(
LAN8742_Init
(
&
LAN8742
)
==
LAN8742_STATUS_OK
)
nx_stm32_phy_driver.c:51
nx_eth_phy_init()
int32_t
linkstate
=
LAN8742_GetLinkState
(
&
LAN8742
)
;
nx_stm32_phy_driver.c:67
nx_eth_phy_get_link_state()
return
(
nx_eth_phy_handle_t
)
&
LAN8742
;
nx_stm32_phy_driver.c:80
nx_eth_phy_get_handle()
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