Searched refs:device_endpoint_callback (Results 1 – 3 of 3) sorted by relevance
1184 module_inst->device_endpoint_callback[ep_num][callback_type] = callback_func; in usb_device_endpoint_register_callback()1214 module_inst->device_endpoint_callback[ep_num][callback_type] = NULL; in usb_device_endpoint_unregister_callback()1755 …(_usb_instances->device_endpoint_callback[i][USB_DEVICE_ENDPOINT_CALLBACK_STALL])(_usb_instances,&… in _usb_device_interrupt_handler()1765 …(_usb_instances->device_endpoint_callback[i][USB_DEVICE_ENDPOINT_CALLBACK_RXSTP])(_usb_instances,&… in _usb_device_interrupt_handler()1784 …(_usb_instances->device_endpoint_callback[i][USB_DEVICE_ENDPOINT_CALLBACK_TRCPT])(_usb_instances,&… in _usb_device_interrupt_handler()1812 …(_usb_instances->device_endpoint_callback[i][USB_DEVICE_ENDPOINT_CALLBACK_TRFAIL])(_usb_instances,… in _usb_device_interrupt_handler()2025 module_inst->device_endpoint_callback[i][j] = NULL; in usb_init()
1184 module_inst->device_endpoint_callback[ep_num][callback_type] = callback_func; in usb_device_endpoint_register_callback()1214 module_inst->device_endpoint_callback[ep_num][callback_type] = NULL; in usb_device_endpoint_unregister_callback()1755 …(_usb_instances->device_endpoint_callback[i][USB_DEVICE_ENDPOINT_CALLBACK_STALL])(_usb_instances,&… in _usb_device_interrupt_handler()1765 …(_usb_instances->device_endpoint_callback[i][USB_DEVICE_ENDPOINT_CALLBACK_RXSTP])(_usb_instances,&… in _usb_device_interrupt_handler()1784 …(_usb_instances->device_endpoint_callback[i][USB_DEVICE_ENDPOINT_CALLBACK_TRCPT])(_usb_instances,&… in _usb_device_interrupt_handler()1812 …(_usb_instances->device_endpoint_callback[i][USB_DEVICE_ENDPOINT_CALLBACK_TRFAIL])(_usb_instances,… in _usb_device_interrupt_handler()2021 module_inst->device_endpoint_callback[i][j] = NULL; in usb_init()
291 usb_device_endpoint_callback_t device_endpoint_callback[USB_EPT_NUM][USB_DEVICE_EP_CALLBACK_N]; member
Completed in 10 milliseconds