Home
last modified time | relevance | path

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

/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);
422 .async.client_event_callback = usb_event_cb, in cdc_acm_host_install()
993 static void usb_event_cb(const usb_host_client_event_msg_t *event_msg, void *arg) in usb_event_cb() function