APM:Libraries
|
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_HANDLE * | cdev |
USB_OTG_CORE_HANDLE* cdev |
Definition at line 92 of file usbd_msc_scsi.c.
Referenced by SCSI_Read10(), and SCSI_Write10().
uint32_t SCSI_blk_addr |
Definition at line 89 of file usbd_msc_scsi.c.
Referenced by SCSI_ProcessRead(), SCSI_ProcessWrite(), SCSI_Read10(), SCSI_Verify10(), SCSI_Write10(), and usb_task().
uint32_t SCSI_blk_len |
Definition at line 90 of file usbd_msc_scsi.c.
Referenced by SCSI_ProcessRead(), SCSI_ProcessWrite(), SCSI_Read10(), SCSI_Verify10(), SCSI_Write10(), and usb_task().
uint32_t SCSI_blk_nbr |
Definition at line 87 of file usbd_msc_scsi.c.
Referenced by SCSI_CheckAddressRange(), and SCSI_ReadCapacity10().
uint32_t SCSI_blk_size |
Definition at line 86 of file usbd_msc_scsi.c.
Referenced by SCSI_ProcessRead(), SCSI_ProcessWrite(), SCSI_Read10(), SCSI_ReadCapacity10(), and SCSI_Write10().
SCSI_Sense_TypeDef SCSI_Sense[SENSE_LIST_DEEPTH] |
Definition at line 82 of file usbd_msc_scsi.c.
uint8_t SCSI_Sense_Head |
Definition at line 83 of file usbd_msc_scsi.c.
Referenced by SCSI_RequestSense().
uint8_t SCSI_Sense_Tail |
Definition at line 84 of file usbd_msc_scsi.c.
Referenced by SCSI_RequestSense(), and SCSI_SenseCode().