+ /** Structure containing the last received Control request when in Device mode (for use in user-applications\r
+ * inside of the \ref USB_UnhandledControlPacket() event, or for filling up with a control request to issue when\r
+ * in Host mode before calling \ref USB_Host_SendControlRequest().\r
+ *\r
+ * \ingroup Group_USBManagement\r
+ */\r
+ extern USB_Request_Header_t USB_ControlRequest;\r
+ \r