APM:Libraries
Variables
MSC_SCSI_Private_Variables
Collaboration diagram for MSC_SCSI_Private_Variables:

Variables

SCSI_Sense_TypeDef SCSI_Sense [SENSE_LIST_DEEPTH]
 
uint8_t SCSI_Sense_Head
 
uint8_t SCSI_Sense_Tail
 
uint32_t SCSI_blk_size
 
uint32_t SCSI_blk_nbr
 
uint32_t SCSI_blk_addr
 
uint32_t SCSI_blk_len
 
USB_OTG_CORE_HANDLEcdev
 

Detailed Description

Variable Documentation

◆ cdev

Definition at line 92 of file usbd_msc_scsi.c.

Referenced by SCSI_Read10(), and SCSI_Write10().

◆ SCSI_blk_addr

uint32_t SCSI_blk_addr

◆ SCSI_blk_len

uint32_t SCSI_blk_len

◆ SCSI_blk_nbr

uint32_t SCSI_blk_nbr

Definition at line 87 of file usbd_msc_scsi.c.

Referenced by SCSI_CheckAddressRange(), and SCSI_ReadCapacity10().

◆ SCSI_blk_size

uint32_t SCSI_blk_size

◆ SCSI_Sense

Definition at line 82 of file usbd_msc_scsi.c.

◆ SCSI_Sense_Head

uint8_t SCSI_Sense_Head

Definition at line 83 of file usbd_msc_scsi.c.

Referenced by SCSI_RequestSense().

◆ SCSI_Sense_Tail

uint8_t SCSI_Sense_Tail

Definition at line 84 of file usbd_msc_scsi.c.

Referenced by SCSI_RequestSense(), and SCSI_SenseCode().