Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c527 uint32_t allocateLength; in USB_DeviceLpc3511IpEndpointInit() local
605 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()