Searched refs:maxpkt (Results 1 – 2 of 2) sorted by relevance
77 uint16_t maxpkt; member96 ept->maxpkt = max_pkt; in _udc_endpoint_alloc()125 udc_endpoint_t *udc_endpoint_alloc(unsigned type, unsigned maxpkt) { in udc_endpoint_alloc() argument139 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()
56 udc_endpoint_t *udc_endpoint_alloc(unsigned type, unsigned maxpkt);
Completed in 3 milliseconds