USBUS USB request/response block.
More...
USBUS USB request/response block.
Definition at line 328 of file usbus.h.
#include <usbus.h>
|
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
|
|
◆ buf
Pointer to the (aligned) buffer.
Definition at line 331 of file usbus.h.
◆ flags
uint32_t usbus_urb::flags |
Transfer flags.
Definition at line 330 of file usbus.h.
◆ len
Length of the data.
Definition at line 332 of file usbus.h.
◆ list
clist block in the queue
Definition at line 329 of file usbus.h.
◆ transferred
size_t usbus_urb::transferred |
amount transferred, only valid for OUT
Definition at line 333 of file usbus.h.
The documentation for this struct was generated from the following file: