Searched defs:_usb_device_msc_struct (Results 1 – 1 of 1) sorted by relevance
191 typedef struct _usb_device_msc_struct struct193 usb_device_handle handle; /*!< The device handle */194 usb_device_class_config_struct_t *configurationStruct; /*!< The configuration of the class*/195 usb_device_interface_struct_t *interfaceHandle; /*!< Current interface handle */196 uint32_t transferRemaining; /*!< Transfer remaining data */197 uint32_t currentOffset; /*!< Current address offset */198 uint32_t implementingDiskDrive; /*!< Disk drive*/200 usb_device_msc_cbw_t *mscCbw; /*!< CBW structure */201 usb_device_msc_csw_t *mscCsw; /*!< CSW structure */203 usb_device_msc_ufi_struct_t mscUfi; /*!< UFI command information structure*/[all …]