CUE_ENDPT_RX
USBD_EXCLUSIVE_USE, &sc->cue_ep[CUE_ENDPT_RX]);
usbd_setup_xfer(c->cue_xfer, sc->cue_ep[CUE_ENDPT_RX],
if (sc->cue_ep[CUE_ENDPT_RX] != NULL) {
err = usbd_close_pipe(sc->cue_ep[CUE_ENDPT_RX]);
sc->cue_ep[CUE_ENDPT_RX] = NULL;
sc->cue_ed[CUE_ENDPT_RX] = ed->bEndpointAddress;
sc->cue_ep[CUE_ENDPT_RX] != NULL ||
usbd_clear_endpoint_stall_async(sc->cue_ep[CUE_ENDPT_RX]);
usbd_setup_xfer(c->cue_xfer, sc->cue_ep[CUE_ENDPT_RX],
if (sc->cue_ep[CUE_ENDPT_RX] == NULL) {
err = usbd_open_pipe(sc->cue_iface, sc->cue_ed[CUE_ENDPT_RX],