tja1102_driver.c
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:559
#define TJA1102_EXTENDED_CTRL_CONFIG_EN
Definition: tja1102_driver.h:143
TJA1102 100Base-T1 Ethernet PHY driver.
error_t tja1102Init(NetInterface *interface)
TJA1102 PHY transceiver initialization.
Definition: tja1102_driver.c:60
void tja1102EventHandler(NetInterface *interface)
TJA1102 event handler.
Definition: tja1102_driver.c:205
void tja1102DumpPhyReg(NetInterface *interface)
Dump PHY registers for debugging purpose.
Definition: tja1102_driver.c:291
__weak_func void tja1102InitHook(NetInterface *interface)
TJA1102 custom configuration.
Definition: tja1102_driver.c:127
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
uint16_t tja1102ReadPhyReg(NetInterface *interface, uint8_t address)
Read PHY register.
Definition: tja1102_driver.c:265
void tja1102WritePhyReg(NetInterface *interface, uint8_t address, uint16_t data)
Write PHY register.
Definition: tja1102_driver.c:241
TCP/IP stack core.
Debugging facilities.