Go to the source code of this file.
Defines | |
#define | ASIX_RESET_PIN 10 |
Functions | |
void | Delay16Cycles (void) |
uint16_t | NicPhyRead (uint8_t reg) |
Read contents of internel PHY register on 0x10 adress. | |
void | NicPhyWrite (uint8_t reg, uint16_t 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. |