- \r
- /** Event for USB device mode error. This event fires when the USB interface is in device mode,\r
- * and an error occurs which prevents it from operating normally.\r
- *\r
- * \param ErrorCode Error code indicating the source of the error, a value in\r
- * \ref USB_Device_ErrorCodes_t\r
- *\r
- * \note This event does not exist if the USB_HOST_ONLY token is supplied to the compiler (see\r
- * \ref Group_USBManagement documentation).\r
- */\r
- void EVENT_USB_DeviceError(const uint8_t ErrorCode);\r