![]() |
EVE 1.0
|
#include <ep.h>
Data Fields | |
ep_xfer_cb_t | xfer |
ep_complete_cb_t | complete |
ep_done_trap_t | done_trap |
int | size |
Endpoint defenition structure, constant part. The structure is supposed to be instantiated in flash memory.
ep_xfer_cb_t ep_c_t::xfer |
Data transfer callback used by the endpoint
Definition at line 113 of file ep.h.
Referenced by ep_schedule_urb().
ep_complete_cb_t ep_c_t::complete |
ep_done_trap_t ep_c_t::done_trap |
int ep_c_t::size |
Max size in bytes of a single URB buffer in the endpoint
Definition at line 116 of file ep.h.
Referenced by ep_alloc_urb().