Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/
A Dusb_host_uhd.c887 usb_host_register_callback(&dev, USB_HOST_CALLBACK_SOF, _uhd_sof_interrupt); in uhd_enable()
898 usb_host_enable_callback(&dev, USB_HOST_CALLBACK_SOF); in uhd_enable()
919 usb_host_disable_callback(&dev, USB_HOST_CALLBACK_SOF); in uhd_disable()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/
A Dusb.c226 if (callback_type == USB_HOST_CALLBACK_SOF) { in usb_host_enable_callback()
275 if (callback_type == USB_HOST_CALLBACK_SOF) { in usb_host_disable_callback()
945 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_SOF)) { in _usb_host_interrupt_handler()
946 (_usb_instances->host_callback[USB_HOST_CALLBACK_SOF])(_usb_instances); in _usb_host_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/
A Dusb.c226 if (callback_type == USB_HOST_CALLBACK_SOF) { in usb_host_enable_callback()
275 if (callback_type == USB_HOST_CALLBACK_SOF) { in usb_host_disable_callback()
945 if(_usb_instances->host_enabled_callback_mask & (1 << USB_HOST_CALLBACK_SOF)) { in _usb_host_interrupt_handler()
946 (_usb_instances->host_callback[USB_HOST_CALLBACK_SOF])(_usb_instances); in _usb_host_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/
A Dusb.h130 USB_HOST_CALLBACK_SOF, enumerator

Completed in 21 milliseconds