SCSI_SENSE_KEY_UNIT_ATTENTION is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

SCSI_SENSE_KEY_UNIT_ATTENTION macro

Syntax

#define SCSI_SENSE_KEY_UNIT_ATTENTION 0x06U

References

LocationText
usbh_msc_scsi.h:103
#define SCSI_SENSE_KEY_UNIT_ATTENTION 0x06U
usbh_msc.c:466
if ((MSC_Handle->unit[MSC_Handle->current_lun].sense.key == SCSI_SENSE_KEY_UNIT_ATTENTION) ||