header for the usbd_msc_scsi.c file More...
#include "usbd_def.h"
Go to the source code of this file.
Classes | |
struct | _SENSE_ITEM |
Typedefs | |
typedef struct _SENSE_ITEM | SCSI_Sense_TypeDef |
Functions | |
int8_t | SCSI_ProcessCmd (USB_OTG_CORE_HANDLE *pdev, uint8_t lun, uint8_t *cmd) |
SCSI_ProcessCmd Process SCSI commands. More... | |
void | SCSI_SenseCode (uint8_t lun, uint8_t sKey, uint8_t ASC) |
SCSI_SenseCode Load the last error code in the error list. More... | |
Variables | |
uint8_t | Mode_Sense10_data [] |
uint8_t | Mode_Sense6_data [] |
uint8_t | Page00_Inquiry_Data [] |
uint8_t | ReadCapacity10_Data [] |
uint8_t | ReadFormatCapacity_Data [] |
SCSI_Sense_TypeDef | SCSI_Sense [SENSE_LIST_DEEPTH] |
uint8_t | Scsi_Sense_Data [] |
uint8_t | SCSI_Sense_Head |
uint8_t | SCSI_Sense_Tail |
uint8_t | Standard_Inquiry_Data [] |
uint8_t | Standard_Inquiry_Data2 [] |
header for the usbd_msc_scsi.c file
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file usbd_msc_scsi.h.