Home
last modified time | relevance | path

Searched refs:endpointCallbackMessage (Results 1 – 2 of 2) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_dci.c717 usb_device_endpoint_callback_message_struct_t endpointCallbackMessage; in USB_DeviceNotification() local
718 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()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_dci.c712 usb_device_endpoint_callback_message_struct_t endpointCallbackMessage; in USB_DeviceNotification() local
713 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