EVE 1.0
usbnet_rx_buf_t Struct Reference

#include <usbnet.h>

Data Fields

struct process * device
 
uint8_t data [USBNET_RX_BUF_SIZE]
 

Detailed Description

USB RX buffer.

Here urb->buf points to the .data field of the structure.

Definition at line 87 of file usbnet.h.

Field Documentation

struct process* usbnet_rx_buf_t::device

Pointer to the network device

Definition at line 89 of file usbnet.h.

uint8_t usbnet_rx_buf_t::data[USBNET_RX_BUF_SIZE]

The actual data buffer

Definition at line 90 of file usbnet.h.

Referenced by usbnet_rx_buf(), and usbnet_tx_buf().