Data Fields | |
MSDCommandState | commandState |
USBDDriver * | pUsbd |
MSDLun * | luns |
uint8_t | interfaceNb |
uint8_t | maxLun |
uint8_t | state |
uint8_t | waitResetRecovery |
Definition at line 208 of file MSDDStateMachine.h.
State of the currently executing command
Definition at line 210 of file MSDDStateMachine.h.
uint8_t MSDDriver::interfaceNb |
Associated interface number
Definition at line 216 of file MSDDStateMachine.h.
LUN list for the device.
Definition at line 214 of file MSDDStateMachine.h.
uint8_t MSDDriver::maxLun |
Maximum LUN index
Definition at line 218 of file MSDDStateMachine.h.
USB Driver for the device.
Definition at line 212 of file MSDDStateMachine.h.
uint8_t MSDDriver::state |
Current state of the driver
Definition at line 220 of file MSDDStateMachine.h.
uint8_t MSDDriver::waitResetRecovery |
Indicates if the driver is waiting for a reset recovery
Definition at line 222 of file MSDDStateMachine.h.