AXEN_ENDPT_TX
usbd_clear_endpoint_stall_async(sc->axen_ep[AXEN_ENDPT_TX]);
usbd_setup_xfer(c->axen_xfer, sc->axen_ep[AXEN_ENDPT_TX],
err = usbd_open_pipe(sc->axen_iface, sc->axen_ed[AXEN_ENDPT_TX],
USBD_EXCLUSIVE_USE, &sc->axen_ep[AXEN_ENDPT_TX]);
if (sc->axen_ep[AXEN_ENDPT_TX] != NULL) {
err = usbd_close_pipe(sc->axen_ep[AXEN_ENDPT_TX]);
sc->axen_ep[AXEN_ENDPT_TX] = NULL;
sc->axen_ed[AXEN_ENDPT_TX] = ed->bEndpointAddress;
if (sc->axen_ep[AXEN_ENDPT_TX] != NULL)
usbd_abort_pipe(sc->axen_ep[AXEN_ENDPT_TX]);
if (sc->axen_ep[AXEN_ENDPT_TX] != NULL ||