![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
This file provides all the USBD SCSI layer functions. More...
#include "usbd_msc_bot.h"
#include "usbd_msc_scsi.h"
#include "usbd_msc.h"
#include "usbd_msc_data.h"
Go to the source code of this file.
Functions | |
int8_t | SCSI_ProcessCmd (USBD_HandleTypeDef *pdev, uint8_t lun, uint8_t *params) |
SCSI_ProcessCmd Process SCSI commands. More... | |
void | SCSI_SenseCode (USBD_HandleTypeDef *pdev, uint8_t lun, uint8_t sKey, uint8_t ASC) |
SCSI_SenseCode Load the last error code in the error list. More... | |
This file provides all the USBD SCSI layer functions.
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.c.