tja1103_driver.c
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:559
void tja1103EventHandler(NetInterface *interface)
TJA1103 event handler.
Definition: tja1103_driver.c:216
void tja1103DumpPhyReg(NetInterface *interface)
Dump PHY registers for debugging purpose.
Definition: tja1103_driver.c:302
uint16_t tja1103ReadPhyReg(NetInterface *interface, uint8_t address)
Read PHY register.
Definition: tja1103_driver.c:276
void tja1103WritePhyReg(NetInterface *interface, uint8_t address, uint16_t data)
Write PHY register.
Definition: tja1103_driver.c:252
error_t tja1103Init(NetInterface *interface)
TJA1103 PHY transceiver initialization.
Definition: tja1103_driver.c:60
TJA1103 100Base-T1 Ethernet PHY driver.
#define TJA1103_MMDCTRL_FNCTN_DATA_NO_POST_INC
Definition: tja1103_driver.h:100
__weak_func void tja1103InitHook(NetInterface *interface)
TJA1103 custom configuration.
Definition: tja1103_driver.c:138
#define TJA1103_PHY_ID1_OUI_MSB_DEFAULT
Definition: tja1103_driver.h:88
void tja1103WriteMmdReg(NetInterface *interface, uint8_t devAddr, uint16_t regAddr, uint16_t data)
Write MMD register.
Definition: tja1103_driver.c:327
#define TJA1103_DEVICE_CTRL_CONFIG_GLOBAL_EN
Definition: tja1103_driver.h:111
uint16_t tja1103ReadMmdReg(NetInterface *interface, uint8_t devAddr, uint16_t regAddr)
Read MMD register.
Definition: tja1103_driver.c:354
#define TJA1103_DEVICE_CTRL_CONFIG_ALL_EN
Definition: tja1103_driver.h:112
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
TCP/IP stack core.
#define TJA1103_ALWAYS_ACCESSIBLE_FUSA_PASS
Definition: tja1103_driver.h:115
Debugging facilities.