Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/
A Dusb_host_uhd.c745 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_CONNECT); in _uhd_connect()
774 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_CONNECT); in _uhd_disconnect()
893 usb_host_register_callback(&dev, USB_HOST_CALLBACK_CONNECT, _uhd_connect); in uhd_enable()
901 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_CONNECT); in uhd_enable()
922 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_CONNECT); in uhd_disable()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/
A Dusb.c244 if (callback_type == USB_HOST_CALLBACK_CONNECT) { in usb_host_enable_callback()
293 if (callback_type == USB_HOST_CALLBACK_CONNECT) { in usb_host_disable_callback()
1005 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_CONNECT)) { in _usb_host_interrupt_handler()
1006 (_usb_instances->host_callback[USB_HOST_CALLBACK_CONNECT])(_usb_instances); in _usb_host_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/
A Dusb.c244 if (callback_type == USB_HOST_CALLBACK_CONNECT) { in usb_host_enable_callback()
293 if (callback_type == USB_HOST_CALLBACK_CONNECT) { in usb_host_disable_callback()
1005 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_CONNECT)) { in _usb_host_interrupt_handler()
1006 (_usb_instances->host_callback[USB_HOST_CALLBACK_CONNECT])(_usb_instances); in _usb_host_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/
A Dusb.h136 USB_HOST_CALLBACK_CONNECT, enumerator

Completed in 33 milliseconds