Data Fields | |
USBDDriver * | pUsbd |
MSDLun * | luns |
MSDCommandState | commandState |
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 215 of file MSDDStateMachine.h.
uint8_t MSDDriver::interfaceNb |
Associated interface number
Definition at line 217 of file MSDDStateMachine.h.
LUN list for the device.
Definition at line 213 of file MSDDStateMachine.h.
uint8_t MSDDriver::maxLun |
Maximum LUN index
Definition at line 219 of file MSDDStateMachine.h.
USB Driver for the device.
Definition at line 211 of file MSDDStateMachine.h.
uint8_t MSDDriver::state |
Current state of the driver
Definition at line 221 of file MSDDStateMachine.h.
uint8_t MSDDriver::waitResetRecovery |
Indicates if the driver is waiting for a reset recovery
Definition at line 223 of file MSDDStateMachine.h.