![]() |
EVE 1.0
|
#include <usbnet.h>
Data Fields | |
struct process * | device |
uint8_t | data [USBNET_RX_BUF_SIZE] |
USB RX buffer.
Here urb->buf points to the .data field of the structure.
struct process* usbnet_rx_buf_t::device |
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().