tja1101_driver.c
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:559
__weak_func void tja1101InitHook(NetInterface *interface)
TJA1101 custom configuration.
Definition: tja1101_driver.c:127
void tja1101DumpPhyReg(NetInterface *interface)
Dump PHY registers for debugging purpose.
Definition: tja1101_driver.c:291
error_t tja1101Init(NetInterface *interface)
TJA1101 PHY transceiver initialization.
Definition: tja1101_driver.c:60
uint16_t tja1101ReadPhyReg(NetInterface *interface, uint8_t address)
Read PHY register.
Definition: tja1101_driver.c:265
#define TJA1101_EXTENDED_CTRL_CONFIG_EN
Definition: tja1101_driver.h:142
void tja1101WritePhyReg(NetInterface *interface, uint8_t address, uint16_t data)
Write PHY register.
Definition: tja1101_driver.c:241
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
void tja1101EventHandler(NetInterface *interface)
TJA1101 event handler.
Definition: tja1101_driver.c:205
TCP/IP stack core.
TJA1101 100Base-T1 Ethernet PHY driver.
Debugging facilities.