bool SupportsBootProtocol; /**< Indicates if the current interface instance supports the HID Boot\r
* Protocol when enabled via \ref HID_Host_SetBootProtocol()\r
*/\r
- bool DeviceUsesOUTPipe; /**< Indicates if the current interface instance uses a seperate OUT data pipe for\r
+ bool DeviceUsesOUTPipe; /**< Indicates if the current interface instance uses a separate OUT data pipe for\r
* OUT reports, or if OUT reports are sent via the control pipe instead.\r
*/\r
- bool UsingBootProtocol; /**< Indicates that the interface is currently initialised in Boot Protocol mode */\r
+ bool UsingBootProtocol; /**< Indicates that the interface is currently initialized in Boot Protocol mode */\r
uint16_t HIDReportSize; /**< Size in bytes of the HID report descriptor in the device */\r
\r
uint8_t LargestReportSize; /**< Largest report the device will send, in bytes */\r
\r
/** Receives a HID IN report from the attached HID device, when a report has been received on the HID IN Data pipe.\r
* \r
- * \note The destination buffer should be large enough to accomodate the largest report that the attached device\r
+ * \note The destination buffer should be large enough to accommodate the largest report that the attached device\r
* can generate.\r
*\r
* \param[in,out] HIDInterfaceInfo Pointer to a structure containing a HID Class host configuration and state\r