Searched refs:usb_host_client_handle_events (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/usb/test/usb_host/ |
D | test_usb_host_async.c | 250 usb_host_client_handle_events(client0_hdl, 0); 251 usb_host_client_handle_events(client1_hdl, 0); 284 usb_host_client_handle_events(client0_hdl, 0); 285 usb_host_client_handle_events(client1_hdl, 0);
|
D | msc_client_async_enum.c | 99 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_client_handle_events(msc_obj.client_hdl, portMAX_DELAY)); in msc_client_async_enum_task()
|
D | ctrl_client_async_seq.c | 125 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_client_handle_events(ctrl_obj.client_hdl, portMAX_DELAY)); in ctrl_client_async_seq_task()
|
D | msc_client_async_seq.c | 161 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_client_handle_events(msc_obj.client_hdl, portMAX_DELAY)); in msc_client_async_seq_task()
|
D | msc_client_async_dconn.c | 163 … TEST_ASSERT_EQUAL(ESP_OK, usb_host_client_handle_events(msc_obj.client_hdl, portMAX_DELAY)); in msc_client_async_dconn_task()
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | usb_host.rst | 200 …usb_host_client_handle_events` to handle a particular client's events. This function should be cal… 205 The following callbacks are called from within :cpp:func:`usb_host_client_handle_events` thus allow… 211 …:`usb_host_client_handle_events`, users should avoid blocking from within the callbacks as this wi… 215 - A simple client task function ``client_task`` that calls :cpp:func:`usb_host_client_handle_events… 237 …//This is function is called from within usb_host_client_handle_events(). Don't block and try to k… 254 …//This is function is called from within usb_host_client_handle_events(). Don't block and try to k… 283 usb_host_client_handle_events(class_driver_obj.client_hdl, portMAX_DELAY);
|
/hal_espressif-3.6.0/components/usb/include/usb/ |
D | usb_host.h | 224 esp_err_t usb_host_client_handle_events(usb_host_client_handle_t client_hdl, TickType_t timeout_tic…
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/ |
D | class_driver.c | 156 usb_host_client_handle_events(driver_obj.client_hdl, portMAX_DELAY); in class_driver_task()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host.c | 220 usb_host_client_handle_events(s_msc_driver->client_handle, pdMS_TO_TICKS(50)); in event_handler_task() 422 return usb_host_client_handle_events(s_msc_driver->client_handle, timeout_ms); in msc_host_handle_events()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 212 usb_host_client_handle_events(cdc_acm_obj->cdc_acm_client_hdl, portMAX_DELAY); in cdc_acm_client_task()
|
/hal_espressif-3.6.0/components/usb/ |
D | usb_host.c | 716 esp_err_t usb_host_client_handle_events(usb_host_client_handle_t client_hdl, TickType_t timeout_tic… in usb_host_client_handle_events() function
|