Searched refs:max_num_event_msg (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/usb/include/usb/ |
D | usb_host.h | 118 … 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/ |
D | msc_client_async_enum.c | 82 .max_num_event_msg = MSC_ASYNC_CLIENT_MAX_EVENT_MSGS, in msc_client_async_enum_task()
|
D | ctrl_client_async_seq.c | 101 .max_num_event_msg = CTRL_CLIENT_MAX_EVENT_MSGS, in ctrl_client_async_seq_task()
|
D | test_usb_host_async.c | 235 .max_num_event_msg = 5,
|
D | msc_client_async_seq.c | 133 .max_num_event_msg = MSC_ASYNC_CLIENT_MAX_EVENT_MSGS, in msc_client_async_seq_task()
|
D | msc_client_async_dconn.c | 134 .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/ |
D | class_driver.c | 146 .max_num_event_msg = CLIENT_NUM_EVENT_MSG, in class_driver_task()
|
/hal_espressif-3.6.0/components/usb/ |
D | usb_host.c | 617 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/ |
D | msc_host.c | 287 .max_num_event_msg = 10, in msc_host_install()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 421 .max_num_event_msg = 3, in cdc_acm_host_install()
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | usb_host.rst | 268 .max_num_event_msg = 5,
|