ksz8031_driver.c
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:559
#define KSZ8031_PHYCON1_OP_MODE_10BT_FD
Definition: ksz8031_driver.h:201
#define KSZ8031_PHYCON1_OP_MODE_100BTX_FD
Definition: ksz8031_driver.h:202
void ksz8031WritePhyReg(NetInterface *interface, uint8_t address, uint16_t data)
Write PHY register.
Definition: ksz8031_driver.c:275
KSZ8031 Ethernet PHY driver.
error_t ksz8031Init(NetInterface *interface)
KSZ8031 PHY transceiver initialization.
Definition: ksz8031_driver.c:60
void ksz8031DumpPhyReg(NetInterface *interface)
Dump PHY registers for debugging purpose.
Definition: ksz8031_driver.c:325
#define KSZ8031_PHYCON1_OP_MODE_10BT_HD
Definition: ksz8031_driver.h:199
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
#define KSZ8031_PHYCON1_OP_MODE_100BTX_HD
Definition: ksz8031_driver.h:200
TCP/IP stack core.
__weak_func void ksz8031InitHook(NetInterface *interface)
KSZ8031 custom configuration.
Definition: ksz8031_driver.c:117
Debugging facilities.
uint16_t ksz8031ReadPhyReg(NetInterface *interface, uint8_t address)
Read PHY register.
Definition: ksz8031_driver.c:299
void ksz8031EventHandler(NetInterface *interface)
KSZ8031 event handler.
Definition: ksz8031_driver.c:195