Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/
A Dusb_host_uhd.c747 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_DISCONNECT); in _uhd_connect()
765 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_DISCONNECT); in _uhd_disconnect()
894 usb_host_register_callback(&dev, USB_HOST_CALLBACK_DISCONNECT, _uhd_disconnect); in uhd_enable()
902 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_DISCONNECT); in uhd_enable()
923 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_DISCONNECT); in uhd_disable()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/
A Dusb.c247 if (callback_type == USB_HOST_CALLBACK_DISCONNECT) { in usb_host_enable_callback()
296 if (callback_type == USB_HOST_CALLBACK_DISCONNECT) { in usb_host_disable_callback()
1016 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_DISCONNECT)) { in _usb_host_interrupt_handler()
1017 (_usb_instances->host_callback[USB_HOST_CALLBACK_DISCONNECT])(_usb_instances); in _usb_host_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/
A Dusb.c247 if (callback_type == USB_HOST_CALLBACK_DISCONNECT) { in usb_host_enable_callback()
296 if (callback_type == USB_HOST_CALLBACK_DISCONNECT) { in usb_host_disable_callback()
1016 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_DISCONNECT)) { in _usb_host_interrupt_handler()
1017 (_usb_instances->host_callback[USB_HOST_CALLBACK_DISCONNECT])(_usb_instances); in _usb_host_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/
A Dusb.h137 USB_HOST_CALLBACK_DISCONNECT, enumerator

Completed in 20 milliseconds