Searched refs:epCbParam (Results 1 – 1 of 1) sorted by relevance
302 usb_device_endpoint_callback_message_struct_t *epCbParam; in USB_DeviceCdcVcomCallback() local313 epCbParam = (usb_device_endpoint_callback_message_struct_t *)param; in USB_DeviceCdcVcomCallback()320 if ((epCbParam->length != 0U) && in USB_DeviceCdcVcomCallback()321 (0U == (epCbParam->length % g_UsbDeviceCdcVcomDicEndpoints[0].maxPacketSize))) in USB_DeviceCdcVcomCallback()339 if (USB_UNINITIALIZED_VAL_32 == epCbParam->length) in USB_DeviceCdcVcomCallback()358 msg.buffer = epCbParam->buffer; in USB_DeviceCdcVcomCallback()359 msg.length = epCbParam->length; in USB_DeviceCdcVcomCallback()