tja1100_driver.c
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:559
uint16_t tja1100ReadPhyReg(NetInterface *interface, uint8_t address)
Read PHY register.
Definition: tja1100_driver.c:265
void tja1100EventHandler(NetInterface *interface)
TJA1100 event handler.
Definition: tja1100_driver.c:205
__weak_func void tja1100InitHook(NetInterface *interface)
TJA1100 custom configuration.
Definition: tja1100_driver.c:127
TJA1100 100Base-T1 Ethernet PHY driver.
#define TJA1100_EXTENDED_CTRL_CONFIG_EN
Definition: tja1100_driver.h:137
error_t tja1100Init(NetInterface *interface)
TJA1100 PHY transceiver initialization.
Definition: tja1100_driver.c:60
void tja1100WritePhyReg(NetInterface *interface, uint8_t address, uint16_t data)
Write PHY register.
Definition: tja1100_driver.c:241
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
void tja1100DumpPhyReg(NetInterface *interface)
Dump PHY registers for debugging purpose.
Definition: tja1100_driver.c:291
TCP/IP stack core.
Debugging facilities.