lan8831_driver.c
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:601
void lan8831WriteMmdReg(NetInterface *interface, uint8_t devAddr, uint16_t regAddr, uint16_t data)
Write MMD register.
Definition: lan8831_driver.c:351
LAN8831 Gigabit Ethernet PHY driver.
void lan8831DumpPhyReg(NetInterface *interface)
Dump PHY registers for debugging purpose.
Definition: lan8831_driver.c:326
error_t lan8831Init(NetInterface *interface)
LAN8831 PHY transceiver initialization.
Definition: lan8831_driver.c:60
uint16_t lan8831ReadMmdReg(NetInterface *interface, uint8_t devAddr, uint16_t regAddr)
Read MMD register.
Definition: lan8831_driver.c:378
#define LAN8831_TX_DLL_CTRL_BYPASS_TXDLL
Definition: lan8831_driver.h:570
void lan8831EventHandler(NetInterface *interface)
LAN8831 event handler.
Definition: lan8831_driver.c:198
uint16_t lan8831ReadPhyReg(NetInterface *interface, uint8_t address)
Read PHY register.
Definition: lan8831_driver.c:300
#define LAN8831_MMDACR_FUNC_DATA_NO_POST_INC
Definition: lan8831_driver.h:294
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
TCP/IP stack core.
void lan8831WritePhyReg(NetInterface *interface, uint8_t address, uint16_t data)
Write PHY register.
Definition: lan8831_driver.c:276
Debugging facilities.
__weak_func void lan8831InitHook(NetInterface *interface)
LAN8831 custom configuration.
Definition: lan8831_driver.c:113
