Functions | |
int8_t | SCSI_ProcessCmd (USBD_HandleTypeDef *pdev, uint8_t lun, uint8_t *cmd) |
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... | |
int8_t SCSI_ProcessCmd | ( | USBD_HandleTypeDef * | pdev, |
uint8_t | lun, | ||
uint8_t * | params | ||
) |
SCSI_ProcessCmd Process SCSI commands.
pdev | device instance |
lun | Logical unit number |
params | Command parameters |
status |
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.
lun | Logical unit number |
sKey | Sense Key |
ASC | Additional Sense Key |
none |