Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h73 } usb_host_client_event_msg_t; typedef
94 typedef void (*usb_host_client_event_cb_t)(const usb_host_client_event_msg_t *event_msg, void *arg);
/hal_espressif-3.6.0/components/usb/
Dusb_host.c230 static void send_event_msg_to_clients(const usb_host_client_event_msg_t *event_msg, bool send_to_al… in send_event_msg_to_clients()
302 usb_host_client_event_msg_t event_msg = { in dev_event_callback()
313 usb_host_client_event_msg_t event_msg = { in dev_event_callback()
627 …nt_msg_queue = xQueueCreate(client_config->max_num_event_msg, sizeof(usb_host_client_event_msg_t)); in usb_host_client_register()
758 usb_host_client_event_msg_t event_msg; in usb_host_client_handle_events()
/hal_espressif-3.6.0/components/usb/test/usb_host/
Dmsc_client_async_enum.c54 static void msc_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in msc_client_event_cb()
Dctrl_client_async_seq.c76 static void ctrl_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in ctrl_client_event_cb()
Dtest_usb_host_async.c195 static void test_async_client_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in test_async_client_cb()
Dmsc_client_async_seq.c103 static void msc_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in msc_client_event_cb()
Dmsc_client_async_dconn.c97 static void msc_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in msc_client_event_cb()
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dclass_driver.c32 static void client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in client_event_cb()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c176 static void usb_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg);
993 static void usb_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in usb_event_cb()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c245 static void client_event_cb(const usb_host_client_event_msg_t *event, void *arg) in client_event_cb()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst235 static void client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg)