lan8742
LAN8742_DisableLoopbackMode()
is only used within lan8742.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
lan8742
LAN8742_DisableLoopbackMode()
LAN8742_DisableLoopbackMode() function
Disable loopback mode.
Syntax
Show:
Summary
Declaration
Definition
from
lan8742.h:417
int32_t
LAN8742_DisableLoopbackMode
(
lan8742_Object_t
*
pObj
)
;
Implemented in
lan8742.c:482
Arguments
Argument
Description
pObj
Pointer to device object.
Return value
LAN8742_STATUS_OK if OK LAN8742_STATUS_READ_ERROR if cannot read register LAN8742_STATUS_WRITE_ERROR if cannot write to register
Related Functions
Found 13 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_EnableIT()
Enable IT source.
LAN8742_DisableIT()
Disable IT source.
LAN8742_ClearIT()
Clear IT flag.
LAN8742_GetITStatus()
Get IT Flag status.
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