Home
last modified time | relevance | path

Searched refs:is_synchronous (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h117 …bool is_synchronous; /**< Whether the client is asynchronous or synchronous or not. Set to … member
/hal_espressif-3.6.0/components/usb/test/usb_host/
Dmsc_client_async_enum.c81 .is_synchronous = false, in msc_client_async_enum_task()
Dctrl_client_async_seq.c100 .is_synchronous = false, in ctrl_client_async_seq_task()
Dtest_usb_host_async.c234 .is_synchronous = false,
Dmsc_client_async_seq.c132 .is_synchronous = false, in msc_client_async_seq_task()
Dmsc_client_async_dconn.c133 .is_synchronous = false, in msc_client_async_dconn_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dclass_driver.c145 .is_synchronous = false, //Synchronous clients currently not supported. Set this to false in class_driver_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c420 .is_synchronous = false, in cdc_acm_host_install()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c618 if (!client_config->is_synchronous) { in usb_host_client_register()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst267 .is_synchronous = false,