Searched refs:endpointCallbackMessage (Results 1 – 2 of 2) sorted by relevance
717 usb_device_endpoint_callback_message_struct_t endpointCallbackMessage; in USB_DeviceNotification() local718 endpointCallbackMessage.buffer = message->buffer; in USB_DeviceNotification()719 endpointCallbackMessage.length = message->length; in USB_DeviceNotification()720 endpointCallbackMessage.isSetup = message->isSetup; in USB_DeviceNotification()732 handle, &endpointCallbackMessage, in USB_DeviceNotification()
712 usb_device_endpoint_callback_message_struct_t endpointCallbackMessage; in USB_DeviceNotification() local713 endpointCallbackMessage.buffer = message->buffer; in USB_DeviceNotification()714 endpointCallbackMessage.length = message->length; in USB_DeviceNotification()715 endpointCallbackMessage.isSetup = message->isSetup; in USB_DeviceNotification()727 handle, &endpointCallbackMessage, in USB_DeviceNotification()
Completed in 8 milliseconds