USBUS USB request/response block. More...
#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 | |