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/ |
D | usb_host.h | 73 } 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/ |
D | usb_host.c | 230 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/ |
D | msc_client_async_enum.c | 54 static void msc_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in msc_client_event_cb()
|
D | ctrl_client_async_seq.c | 76 static void ctrl_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in ctrl_client_event_cb()
|
D | test_usb_host_async.c | 195 static void test_async_client_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in test_async_client_cb()
|
D | msc_client_async_seq.c | 103 static void msc_client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in msc_client_event_cb()
|
D | msc_client_async_dconn.c | 97 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/ |
D | class_driver.c | 32 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/ |
D | cdc_acm_host.c | 176 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/ |
D | msc_host.c | 245 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/ |
D | usb_host.rst | 235 static void client_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg)
|