* events as VBUS interrupts (on supported USB AVR models), device connections and disconnections, etc.\r
*/\r
\r
+/** \ingroup Group_USB\r
+ * @defgroup Group_USBInterrupt Endpoint and Pipe Interrupts\r
+ *\r
+ * Functions, macros, variables, enums and types related to endpoint and pipe interrupts.\r
+ *\r
+ * @{\r
+ */\r
+\r
#ifndef __USBINTERRUPT_H__\r
#define __USBINTERRUPT_H__\r
\r
\r
#include "../../../Common/Common.h"\r
#include "../LowLevel/LowLevel.h"\r
- #include "../LowLevel/USBMode.h"\r
+ #include "USBMode.h"\r
#include "Events.h"\r
\r
/* Enable C linkage for C++ Compilers: */\r
#if defined(__cplusplus)\r
}\r
#endif\r
- \r
+\r
#endif\r
+\r
+/** @} */\r