usbus_urb Struct Reference

USBUS USB request/response block. More...

Detailed Description

USBUS USB request/response block.

Definition at line 328 of file usbus.h.

#include <usbus.h>

Data Fields

clist_node_t list
 clist block in the queue
 
uint32_t flags
 Transfer flags.
 
uint8_t * buf
 Pointer to the (aligned) buffer.
 
size_t len
 Length of the data.
 
size_t transferred
 amount transferred, only valid for OUT
 

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