Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_msc_ufi.c801 uint16_t allocation_length; in USB_DeviceMscUfiReadFormatCapacityCommand() local
839allocation_length = (uint16_t)((((uint16_t)mscHandle->mscCbw->cbwcb[7]) << 8) | mscHandle->mscCbw-… in USB_DeviceMscUfiReadFormatCapacityCommand()
862 if (response_size > allocation_length) in USB_DeviceMscUfiReadFormatCapacityCommand()
864 response_size = allocation_length; in USB_DeviceMscUfiReadFormatCapacityCommand()