Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions
ethernet65.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ eth65_init()

int eth65_init ( const char *  options)

Definition at line 560 of file ethernet65.c.

◆ eth65_read_reg()

Uint8 eth65_read_reg ( int  addr)

Definition at line 353 of file ethernet65.c.

Here is the caller graph for this function:

◆ eth65_read_rx_buffer()

Uint8 eth65_read_rx_buffer ( int  offset)

Definition at line 508 of file ethernet65.c.

Here is the caller graph for this function:

◆ eth65_reset()

void eth65_reset ( void  )

Definition at line 542 of file ethernet65.c.

◆ eth65_shutdown()

void eth65_shutdown ( void  )

Definition at line 521 of file ethernet65.c.

◆ eth65_write_reg()

void eth65_write_reg ( int  addr,
Uint8  data 
)

Definition at line 419 of file ethernet65.c.

Here is the caller graph for this function:

◆ eth65_write_tx_buffer()

void eth65_write_tx_buffer ( int  offset,
Uint8  data 
)

Definition at line 514 of file ethernet65.c.

Here is the caller graph for this function: