Searched refs:_udc_endpoint_alloc (Results 1 – 1 of 1) sorted by relevance
/lk-master/platform/lpc43xx/ |
A D | udc.c | 90 static udc_endpoint_t *_udc_endpoint_alloc(usb_t *usb, in _udc_endpoint_alloc() function 139 if ((ept = _udc_endpoint_alloc(&USB, n, in, maxpkt))) { in udc_endpoint_alloc() 554 USB.ep0out = _udc_endpoint_alloc(&USB, 0, 0, 64); in udc_init() 555 USB.ep0in = _udc_endpoint_alloc(&USB, 0, 1, 64); in udc_init()
|
Completed in 3 milliseconds