Home
last modified time | relevance | path

Searched refs:udc_endpoint_t (Results 1 – 7 of 7) sorted by relevance

/lk-master/dev/include/dev/
A Dudc.h38 typedef struct udc_endpoint udc_endpoint_t; typedef
50 int udc_request_queue(udc_endpoint_t *ept, udc_request_t *req);
51 int udc_request_cancel(udc_endpoint_t *ept, udc_request_t *req);
56 udc_endpoint_t *udc_endpoint_alloc(unsigned type, unsigned maxpkt);
57 void udc_endpoint_free(udc_endpoint_t *ept);
75 udc_endpoint_t **ept;
/lk-master/platform/lpc43xx/
A Dudc.c44 udc_endpoint_t *ep0in;
45 udc_endpoint_t *ep0out;
50 udc_endpoint_t *ept_list;
71 udc_endpoint_t *next;
90 static udc_endpoint_t *_udc_endpoint_alloc(usb_t *usb, in _udc_endpoint_alloc()
92 udc_endpoint_t *ept; in _udc_endpoint_alloc()
126 udc_endpoint_t *ept; in udc_endpoint_alloc()
153 static void endpoint_flush(usb_t *usb, udc_endpoint_t *ept) { in endpoint_flush()
164 static void endpoint_reset(usb_t *usb, udc_endpoint_t *ept) { in endpoint_reset()
410 udc_endpoint_t *ept; in handle_setup()
[all …]
A Dudc-common.h70 void udc_ept_desc_fill(udc_endpoint_t *ept, unsigned char *data);
/lk-master/app/mdebug/
A Dmdebug.c41 static udc_endpoint_t *txept;
42 static udc_endpoint_t *rxept;
111 static udc_endpoint_t *mdebug_endpoints[2];
136 void swo_init(udc_endpoint_t *ept);
A Dswo-uart1.c51 static udc_endpoint_t *txept;
82 void swo_init(udc_endpoint_t *_txept) { in swo_init()
/lk-master/app/udctest/
A Dudctest.c19 udc_endpoint_t *txept;
20 udc_endpoint_t *rxept;
55 static udc_endpoint_t *udctest_endpoints[2];
/lk-master/app/lpcboot/
A Dlpcboot.c39 static udc_endpoint_t *txept;
40 static udc_endpoint_t *rxept;
93 static udc_endpoint_t *lpcboot_endpoints[2];

Completed in 11 milliseconds