Go to the source code of this file.
Defines | |
#define | ASIX_RESET_PIN 10 |
Functions | |
void | Delay16Cycles (void) |
u_short | NicPhyRead (u_char reg) |
Read contents of internel PHY register on 0x10 adress. | |
void | NicPhyWrite (u_char reg, u_short val) |
Write value to PHY register. | |
void | NicRxAsix (void *arg) |
NIC receiver thread. | |
void | NicInterruptEntry (void) |
int | AsixOutput (NUTDEVICE *dev, NETBUF *nb) |
Send Ethernet packet. | |
int | AsixInit (NUTDEVICE *dev) |
Initialize Ethernet hardware. | |
Variables | |
NUTDEVICE | devAx88796 |
Device information structure. |