ether_data Struct Reference

Back to the index.

Public Attributes | List of all members
ether_data Struct Reference

Public Attributes

unsigned char buf [DEV_ETHER_BUFFER_SIZE]
 
unsigned char mac [6]
 
int status
 
int packet_len
 
struct interrupt irq
 

Detailed Description

Definition at line 51 of file dev_ether.cc.

Member Data Documentation

◆ buf

unsigned char ether_data::buf[DEV_ETHER_BUFFER_SIZE]

Definition at line 52 of file dev_ether.cc.

Referenced by DEVICE_ACCESS(), and framebuffer_blockcopyfill().

◆ irq

struct interrupt ether_data::irq

Definition at line 58 of file dev_ether.cc.

Referenced by DEVICE_ACCESS(), DEVICE_TICK(), and DEVINIT().

◆ mac

unsigned char ether_data::mac[6]

Definition at line 53 of file dev_ether.cc.

Referenced by DEVICE_ACCESS(), and DEVINIT().

◆ packet_len

int ether_data::packet_len

Definition at line 56 of file dev_ether.cc.

Referenced by DEVICE_ACCESS().

◆ status

int ether_data::status

Definition at line 55 of file dev_ether.cc.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().


The documentation for this struct was generated from the following file:

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17