ugen.c | 488 uint8_t niface, nendpt; local in function:ugen_set_config 538 err = usbd_endpoint_count(iface, &nendpt); 541 for (endptno = 0; endptno < nendpt; endptno++) { 1577 uint8_t niface, nendpt, endptno, endpt; local in function:ugen_set_interface 1592 err = usbd_endpoint_count(iface, &nendpt); 1601 err = usbd_endpoint_count(iface, &nendpt); 1607 for (endptno = 0; endptno < nendpt; endptno++) {
|