lan8742
+
0
/2 examples
SourceVu will show references to
lan8742_Object_t
from the following samples and libraries:
Libraries
netxduo
Examples
STM32F429ZI-Nucleo
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
lan8742
lan8742_Object_t
lan8742_Object_t struct
Syntax
Show:
Summary
Declaration
from
lan8742.h:392
typedef
struct
{
uint32_t
DevAddr
;
uint32_t
Is_Initialized
;
lan8742_IOCtx_t
IO
;
void
*
pData
;
}
lan8742_Object_t
;
Fields
Field
Declared as
lan8742_Object_t::DevAddr
uint32_t
lan8742_Object_t::Is_Initialized
uint32_t
lan8742_Object_t::IO
lan8742_IOCtx_t
lan8742_Object_t::pData
void
*
Related Functions
Found 14 other functions taking a
lan8742_Object_t
argument:
Function
Description
LAN8742_GetLinkState()
Get the link state of LAN8742 device.
LAN8742_Init()
Initialize the lan8742 and configure the needed hardware resources
LAN8742_RegisterBusIO()
Register IO functions to component object
LAN8742_DeInit()
De-Initialize the lan8742 and it's hardware resources
LAN8742_DisablePowerDownMode()
Disable the LAN8742 power down mode.
LAN8742_EnablePowerDownMode()
Enable the LAN8742 power down mode.
LAN8742_StartAutoNego()
Start the auto negotiation process.
LAN8742_SetLinkState()
Set the link state of LAN8742 device.
LAN8742_EnableLoopbackMode()
Enable loopback mode.
LAN8742_DisableLoopbackMode()
Disable loopback mode.
LAN8742_EnableIT()
Enable IT source.
LAN8742_DisableIT()
Disable IT source.
LAN8742_ClearIT()
Clear IT flag.
LAN8742_GetITStatus()
Get IT Flag status.
Examples
lan8742_Object_t
is referenced by 2 libraries and example projects:
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