Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dusb_private.h55 } usb_notif_source_t; typedef
57 typedef bool (*usb_notif_cb_t)(usb_notif_source_t source, bool in_isr, void *context);
/hal_espressif-3.6.0/components/usb/
Dusb_host.c263 static bool notif_callback(usb_notif_source_t source, bool in_isr, void *arg) in notif_callback()