USBH_MSC_SCSI_Inquiry() is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

USBH_MSC_SCSI_Inquiry() function

USBH_MSC_SCSI_Inquiry Issue Inquiry command.

Syntax

USBH_StatusTypeDef USBH_MSC_SCSI_Inquiry(USBH_HandleTypeDef *phost,     uint8_t lun,     SCSI_StdInquiryDataTypeDef *inquiry);
Implemented in usbh_msc_scsi.c:200

Arguments

phost

Host handle

lun

Logical Unit Number

inquiry

Return value

USBH Status

References

LocationReferrerText
usbh_msc_scsi.c:200
USBH_StatusTypeDef USBH_MSC_SCSI_Inquiry(USBH_HandleTypeDef *phost, uint8_t lun,
usbh_msc_scsi.h:168
usbh_msc.c:363USBH_MSC_Process()
scsi_status = USBH_MSC_SCSI_Inquiry(phost, (uint8_t)MSC_Handle->current_lun, &MSC_Handle->unit[MSC_Handle->current_lun].inquiry);