Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/
A Dusb_host_uhd.c570 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_sof_interrupt()
665 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_wakeup()
681 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_downstream_resume()
719 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_upstream_resume()
891 usb_host_register_callback(&dev, USB_HOST_CALLBACK_UPRSM, _uhd_upstream_resume); in uhd_enable()
1111 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_UPRSM); in _uhd_ep0_transfer_complete()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/
A Dusb.c238 if (callback_type == USB_HOST_CALLBACK_UPRSM) { in usb_host_enable_callback()
287 if (callback_type == USB_HOST_CALLBACK_UPRSM) { in usb_host_disable_callback()
965 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_UPRSM)) { in _usb_host_interrupt_handler()
966 (_usb_instances->host_callback[USB_HOST_CALLBACK_UPRSM])(_usb_instances); in _usb_host_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/
A Dusb.c238 if (callback_type == USB_HOST_CALLBACK_UPRSM) { in usb_host_enable_callback()
287 if (callback_type == USB_HOST_CALLBACK_UPRSM) { in usb_host_disable_callback()
965 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_UPRSM)) { in _usb_host_interrupt_handler()
966 (_usb_instances->host_callback[USB_HOST_CALLBACK_UPRSM])(_usb_instances); in _usb_host_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/
A Dusb.h134 USB_HOST_CALLBACK_UPRSM, enumerator

Completed in 27 milliseconds