Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_msc.h198 uint32_t implementingDiskDrive; /*!< Disk drive*/ member
Dusb_device_msc.c902 uint32_t implementingDiskDrive = USB_DEVICE_CONFIG_MSC_IMPLEMENTING_DISK_DRIVE; in USB_DeviceMscInit() local
948 mscHandle->implementingDiskDrive = implementingDiskDrive; in USB_DeviceMscInit()
Dusb_device_msc_ufi.c842 …(uint8_t)((0U != ufi->formattedDisk) ? ((0U != mscHandle->implementingDiskDrive) ? 0x02U : 0x03U) … in USB_DeviceMscUfiReadFormatCapacityCommand()