usbdev mock device endpoint More...
usbdev mock device endpoint
Definition at line 42 of file usbdev_mock.h.
#include <usbdev_mock.h>
Data Fields | |
| usbdev_ep_t | ep |
| Generic endpoint struct | |
| usbdev_mock_ep_state_t | state |
| Endpoint state | |
| size_t | available |
| Bytes available in the buffer | |
| uint8_t * | buf_start |
| Start location of the buffer | |