Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_usb.c302 usb_device_endpoint_callback_message_struct_t *epCbParam; in USB_DeviceCdcVcomCallback() local
313 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()