Home
last modified time | relevance | path

Searched refs:usb_host_endpoint_clear (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h420 esp_err_t usb_host_endpoint_clear(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_scsi_bot.c255 MSC_RETURN_ON_ERROR( usb_host_endpoint_clear(dev, endpoint) ); in clear_feature()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c241 usb_host_endpoint_clear(dev_hdl, transfer->bEndpointAddress); in cdc_acm_reset_transfer_endpoint()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c1190 esp_err_t usb_host_endpoint_clear(usb_device_handle_t dev_hdl, uint8_t bEndpointAddress) in usb_host_endpoint_clear() function