st802rt1a_driver.c
void nicNotifyLinkChange(NetInterface *interface)
Process link state change notification.
Definition: nic.c:559
#define ST802RT1A_XCCNT_CMODE_100BTX_FD
Definition: st802rt1a_driver.h:188
#define ST802RT1A_XCCNT_CMODE_10BT_FD
Definition: st802rt1a_driver.h:187
#define ST802RT1A_XCCNT_CMODE_100BTX_HD
Definition: st802rt1a_driver.h:186
uint16_t st802rt1aReadPhyReg(NetInterface *interface, uint8_t address)
Read PHY register.
Definition: st802rt1a_driver.c:273
error_t st802rt1aInit(NetInterface *interface)
ST802RT1A PHY transceiver initialization.
Definition: st802rt1a_driver.c:60
__weak_func void st802rt1aInitHook(NetInterface *interface)
ST802RT1A custom configuration.
Definition: st802rt1a_driver.c:107
void st802rt1aEventHandler(NetInterface *interface)
ST802RT1A event handler.
Definition: st802rt1a_driver.c:171
void st802rt1aDumpPhyReg(NetInterface *interface)
Dump PHY registers for debugging purpose.
Definition: st802rt1a_driver.c:299
void st802rt1aEnableIrq(NetInterface *interface)
Enable interrupts.
Definition: st802rt1a_driver.c:151
void st802rt1aTick(NetInterface *interface)
ST802RT1A timer handler.
Definition: st802rt1a_driver.c:117
void st802rt1aDisableIrq(NetInterface *interface)
Disable interrupts.
Definition: st802rt1a_driver.c:161
void st802rt1aWritePhyReg(NetInterface *interface, uint8_t address, uint16_t data)
Write PHY register.
Definition: st802rt1a_driver.c:249
#define ST802RT1A_XCCNT_CMODE_10BT_HD
Definition: st802rt1a_driver.h:185
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
ST802RT1A Ethernet PHY driver.
TCP/IP stack core.
Debugging facilities.