Home
last modified time | relevance | path

Searched refs:max_num_event_msg (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h118 … int max_num_event_msg; /**< Maximum number of event messages that can be stored (e.g., 3) */ member
/hal_espressif-3.6.0/components/usb/test/usb_host/
Dmsc_client_async_enum.c82 .max_num_event_msg = MSC_ASYNC_CLIENT_MAX_EVENT_MSGS, in msc_client_async_enum_task()
Dctrl_client_async_seq.c101 .max_num_event_msg = CTRL_CLIENT_MAX_EVENT_MSGS, in ctrl_client_async_seq_task()
Dtest_usb_host_async.c235 .max_num_event_msg = 5,
Dmsc_client_async_seq.c133 .max_num_event_msg = MSC_ASYNC_CLIENT_MAX_EVENT_MSGS, in msc_client_async_seq_task()
Dmsc_client_async_dconn.c134 .max_num_event_msg = MSC_ASYNC_CLIENT_MAX_EVENT_MSGS, in msc_client_async_dconn_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dclass_driver.c146 .max_num_event_msg = CLIENT_NUM_EVENT_MSG, in class_driver_task()
/hal_espressif-3.6.0/components/usb/
Dusb_host.c617 HOST_CHECK(client_config->max_num_event_msg > 0, ESP_ERR_INVALID_ARG); in usb_host_client_register()
627 …QueueHandle_t event_msg_queue = xQueueCreate(client_config->max_num_event_msg, sizeof(usb_host_cli… in usb_host_client_register()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c287 .max_num_event_msg = 10, in msc_host_install()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c421 .max_num_event_msg = 3, in cdc_acm_host_install()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst268 .max_num_event_msg = 5,