Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_msc.h107 usb_device_logical_unit_information_struct_t logicalUnitInformations[USB_DEVICE_MSC_MAX_LUN]; member
Dusb_device_msc.c1053 if (((0U == diskInformation.logicalUnitInformations[index].lengthOfEachLba) || in USB_DeviceMscEvent()
1054 (0U == diskInformation.logicalUnitInformations[index].totalLbaNumberSupports))) in USB_DeviceMscEvent()
1060 … mscHandle->luInformations[index] = diskInformation.logicalUnitInformations[index]; in USB_DeviceMscEvent()