Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h235 esp_err_t usb_host_client_unblock(usb_host_client_handle_t client_hdl);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c226 usb_host_client_unblock(s_msc_driver->client_handle); in event_handler_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c489 usb_host_client_unblock(cdc_acm_obj->cdc_acm_client_hdl); in cdc_acm_host_uninstall()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c780 esp_err_t usb_host_client_unblock(usb_host_client_handle_t client_hdl) in usb_host_client_unblock() function