#include "SBCMethods.h"
#include "MSDDStateMachine.h"
#include "USBD.h"
#include "MSDIOFifo.h"
Go to the source code of this file.
Functions | |
void | SBC_UpdateSenseData (SBCRequestSenseData *requestSenseData, unsigned char senseKey, unsigned char additionalSenseCode, unsigned char additionalSenseCodeQualifier) |
Updates the sense data of a LUN with the given key and codes. | |
unsigned char | SBC_GetCommandInformation (void *command, unsigned int *length, unsigned char *type, MSDLun *lun) |
Return information about the transfer length and direction expected by the device for a particular command. | |
unsigned char | SBC_ProcessCommand (MSDLun *lun, MSDCommandState *commandState) |
Processes a SBC command by dispatching it to a subfunction. |
Definition in file SBCMethods.c.