struct\r
{\r
bool IsActive; /**< Indicates if the current interface instance is connected to an attached device, valid\r
- * after \ref SI_Host_ConfigurePipes() is called and the Host state machine is in the\r
+ * after \ref SImage_Host_ConfigurePipes() is called and the Host state machine is in the\r
* Configured state\r
*/\r
\r
} USB_ClassInfo_SI_Host_t;\r
\r
/* Enums: */\r
- /** Enum for the possible error codes returned by the \ref SI_Host_ConfigurePipes() function. */\r
+ /** Enum for the possible error codes returned by the \ref SImage_Host_ConfigurePipes() function. */\r
enum SIHost_EnumerationFailure_ErrorCodes_t\r
{\r
SI_ENUMERROR_NoError = 0, /**< Configuration Descriptor was processed successfully */\r
#define SI_FOUND_DATAPIPE_IN (1 << 1)\r
#define SI_FOUND_DATAPIPE_OUT (1 << 2)\r
\r
- #define COMMAND_DATA_TIMEOUT_MS 5000\r
+ #define COMMAND_DATA_TIMEOUT_MS 10000\r
\r
/* Function Prototypes: */\r
#if defined(INCLUDE_FROM_SI_CLASS_HOST_C)\r