usbdevice.h | 444 } usb_device_event_t; typedef in typeref:enum:usb_device_event 568 void (*event) (struct usb_device_instance *device, usb_device_event_t event, int data); 640 void usbd_device_event_irq (struct usb_device_instance *conf, usb_device_event_t, int); 641 void usbd_device_event (struct usb_device_instance *conf, usb_device_event_t, int);
|