Searched refs:notif_ep_desc (Results 1 – 1 of 1) sorted by relevance
547 static esp_err_t cdc_acm_transfers_allocate(cdc_dev_t *cdc_dev, const usb_ep_desc_t *notif_ep_desc,… in cdc_acm_transfers_allocate() argument552 if (notif_ep_desc) { in cdc_acm_transfers_allocate()554 usb_host_transfer_alloc(USB_EP_DESC_GET_MPS(notif_ep_desc), 0, &cdc_dev->notif.xfer), in cdc_acm_transfers_allocate()557 cdc_dev->notif.xfer->bEndpointAddress = notif_ep_desc->bEndpointAddress; in cdc_acm_transfers_allocate()560 cdc_dev->notif.xfer->num_bytes = USB_EP_DESC_GET_MPS(notif_ep_desc); in cdc_acm_transfers_allocate()