SCSI_SenseTypeDef::key is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

SCSI_SenseTypeDef::key field

Syntax

uint8_t key;

References

LocationReferrerText
usbh_msc_scsi.h:60
uint8_t key;
usbh_msc.c:466USBH_MSC_Process()
if ((MSC_Handle->unit[MSC_Handle->current_lun].sense.key == SCSI_SENSE_KEY_UNIT_ATTENTION) ||
usbh_msc.c:467USBH_MSC_Process()
(MSC_Handle->unit[MSC_Handle->current_lun].sense.key == SCSI_SENSE_KEY_NOT_READY))
usbh_msc.c:477USBH_MSC_Process()
USBH_UsrLog("Sense Key : %x", MSC_Handle->unit[MSC_Handle->current_lun].sense.key);
usbh_msc.c:640USBH_MSC_RdWrProcess()
USBH_UsrLog("Sense Key : %x", MSC_Handle->unit[lun].sense.key);
usbh_msc_scsi.c:307USBH_MSC_SCSI_RequestSense()
sense_data->key = MSC_Handle->hbot.pbuf[2] & 0x0FU;

Data Use

Functions writing SCSI_SenseTypeDef::key
Functions reading SCSI_SenseTypeDef::key
all items filtered out
SCSI_SenseTypeDef::key
Type of SCSI_SenseTypeDef::key
SCSI_SenseTypeDef::key
uint8_t
all items filtered out