EVE 1.0
ep_c_t Struct Reference

#include <ep.h>

Collaboration diagram for ep_c_t:

Data Fields

ep_xfer_cb_t xfer
 
ep_complete_cb_t complete
 
ep_done_trap_t done_trap
 
int size
 

Detailed Description

Endpoint defenition structure, constant part. The structure is supposed to be instantiated in flash memory.

Definition at line 112 of file ep.h.

Field Documentation

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

Complete callback, will be called when transfer is done

Definition at line 114 of file ep.h.

ep_done_trap_t ep_c_t::done_trap

Internal complete callback, called by the EFM32 USB framework

Definition at line 115 of file ep.h.

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().