Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the source code of this file.
Functions | |
int | eth65_init (const char *options) |
void | eth65_shutdown (void) |
void | eth65_reset (void) |
Uint8 | eth65_read_rx_buffer (int offset) |
void | eth65_write_tx_buffer (int offset, Uint8 data) |
Uint8 | eth65_read_reg (int addr) |
void | eth65_write_reg (int addr, Uint8 data) |
int eth65_init | ( | const char * | options | ) |
Definition at line 560 of file ethernet65.c.
Uint8 eth65_read_reg | ( | int | addr | ) |
Uint8 eth65_read_rx_buffer | ( | int | offset | ) |
void eth65_reset | ( | void | ) |
Definition at line 542 of file ethernet65.c.
void eth65_shutdown | ( | void | ) |
Definition at line 521 of file ethernet65.c.
void eth65_write_reg | ( | int | addr, |
Uint8 | data | ||
) |
void eth65_write_tx_buffer | ( | int | offset, |
Uint8 | data | ||
) |