Searched refs:allocateLength (Results 1 – 1 of 1) sorted by relevance
527 uint32_t allocateLength; in USB_DeviceLpc3511IpEndpointInit() local605 allocateLength = USB_DEVICE_IP3511HS_BULK_OUT_ONE_TIME_TRANSFER_SIZE_MAX; in USB_DeviceLpc3511IpEndpointInit()609 allocateLength = USB_LPC3511IP_GET_MULTIPLE_OF_64(maxPacketSize); in USB_DeviceLpc3511IpEndpointInit()612 allocateLength = USB_LPC3511IP_GET_MULTIPLE_OF_64(maxPacketSize); in USB_DeviceLpc3511IpEndpointInit()615 allocateLength *= 2U; in USB_DeviceLpc3511IpEndpointInit()617 maxPacketBuffer = USB_DeviceLpcIp3511MallocMaxPacketBuffer(allocateLength); in USB_DeviceLpc3511IpEndpointInit()