Home
last modified time | relevance | path

Searched refs:maxpkt (Results 1 – 2 of 2) sorted by relevance

/lk-master/platform/lpc43xx/
A Dudc.c77 uint16_t maxpkt; member
96 ept->maxpkt = max_pkt; in _udc_endpoint_alloc()
125 udc_endpoint_t *udc_endpoint_alloc(unsigned type, unsigned maxpkt) { in udc_endpoint_alloc() argument
139 if ((ept = _udc_endpoint_alloc(&USB, n, in, maxpkt))) { in udc_endpoint_alloc()
581 data[4] = ept->maxpkt; in udc_ept_desc_fill()
582 data[5] = ept->maxpkt >> 8; in udc_ept_desc_fill()
/lk-master/dev/include/dev/
A Dudc.h56 udc_endpoint_t *udc_endpoint_alloc(unsigned type, unsigned maxpkt);

Completed in 3 milliseconds