ksz8041_driver.c
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:559
#define KSZ8041_PHYCON2_OP_MODE_10BT_HD
Definition: ksz8041_driver.h:186
#define KSZ8041_PHYCON2_OP_MODE_100BTX_HD
Definition: ksz8041_driver.h:187
void ksz8041WritePhyReg(NetInterface *interface, uint8_t address, uint16_t data)
Write PHY register.
Definition: ksz8041_driver.c:275
#define KSZ8041_PHYCON2_OP_MODE_100BTX_FD
Definition: ksz8041_driver.h:189
__weak_func void ksz8041InitHook(NetInterface *interface)
KSZ8041 custom configuration.
Definition: ksz8041_driver.c:117
void ksz8041DumpPhyReg(NetInterface *interface)
Dump PHY registers for debugging purpose.
Definition: ksz8041_driver.c:325
KSZ8041 Ethernet PHY driver.
void ksz8041EventHandler(NetInterface *interface)
KSZ8041 event handler.
Definition: ksz8041_driver.c:195
error_t ksz8041Init(NetInterface *interface)
KSZ8041 PHY transceiver initialization.
Definition: ksz8041_driver.c:60
#define KSZ8041_PHYCON2_OP_MODE_10BT_FD
Definition: ksz8041_driver.h:188
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
uint16_t ksz8041ReadPhyReg(NetInterface *interface, uint8_t address)
Read PHY register.
Definition: ksz8041_driver.c:299
TCP/IP stack core.
Debugging facilities.