lan8830_driver.c
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:559
#define LAN8830_MMDACR_FUNC_DATA_NO_POST_INC
Definition: lan8830_driver.h:293
void lan8830WritePhyReg(NetInterface *interface, uint8_t address, uint16_t data)
Write PHY register.
Definition: lan8830_driver.c:276
void lan8830DumpPhyReg(NetInterface *interface)
Dump PHY registers for debugging purpose.
Definition: lan8830_driver.c:326
LAN8830 Gigabit Ethernet PHY driver.
#define LAN8830_TX_DLL_CTRL_BYPASS_TXDLL
Definition: lan8830_driver.h:470
uint16_t lan8830ReadPhyReg(NetInterface *interface, uint8_t address)
Read PHY register.
Definition: lan8830_driver.c:300
__weak_func void lan8830InitHook(NetInterface *interface)
LAN8830 custom configuration.
Definition: lan8830_driver.c:113
void lan8830WriteMmdReg(NetInterface *interface, uint8_t devAddr, uint16_t regAddr, uint16_t data)
Write MMD register.
Definition: lan8830_driver.c:351
void lan8830EventHandler(NetInterface *interface)
LAN8830 event handler.
Definition: lan8830_driver.c:198
uint16_t lan8830ReadMmdReg(NetInterface *interface, uint8_t devAddr, uint16_t regAddr)
Read MMD register.
Definition: lan8830_driver.c:378
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
TCP/IP stack core.
error_t lan8830Init(NetInterface *interface)
LAN8830 PHY transceiver initialization.
Definition: lan8830_driver.c:60
Debugging facilities.