Searched refs:notif_ep (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 623 …and_ep_desc(cdc_dev_t *cdc_dev, uint8_t intf_idx, const usb_ep_desc_t **notif_ep, const usb_ep_des… in cdc_acm_find_intf_and_ep_desc() argument 684 …*notif_ep = usb_parse_endpoint_descriptor_by_index(cdc_dev->notif.intf_desc, 0, config_desc->wTota… in cdc_acm_find_intf_and_ep_desc() 685 assert(notif_ep); in cdc_acm_find_intf_and_ep_desc() 721 const usb_ep_desc_t *notif_ep = NULL; in cdc_acm_host_open() local 725 cdc_acm_find_intf_and_ep_desc(cdc_dev, interface_idx, ¬if_ep, &in_ep, &out_ep), in cdc_acm_host_open() 740 …ESP_GOTO_ON_ERROR(cdc_acm_transfers_allocate(cdc_dev, notif_ep, in_ep, out_ep, dev_config->out_buf… in cdc_acm_host_open() 780 const usb_ep_desc_t *notif_ep = NULL; in cdc_acm_host_open_vendor_specific() local 786 …notif_ep = usb_parse_endpoint_descriptor_by_index(cdc_dev->data.intf_desc, 0, config_desc->wTotalL… in cdc_acm_host_open_vendor_specific() 803 …ESP_GOTO_ON_ERROR(cdc_acm_transfers_allocate(cdc_dev, notif_ep, in_ep, out_ep, dev_config->out_buf… in cdc_acm_host_open_vendor_specific()
|