Endpoint configuration is now refined to give better output when all configurations...
[pub/lufa.git] / LUFA / Drivers / USB / HighLevel / USBInterrupt.h
index 65e0b5f..ee13f25 100644 (file)
   this software.\r
 */\r
 \r
   this software.\r
 */\r
 \r
-/** \file\r
- *\r
- *  Main USB interrupt vector handler. This file manages the main USB interrupt vector, for handling such\r
- *  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
 /** \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
+ *  This module manages the main USB interrupt vector, for handling such events as VBUS interrupts\r
+ *  (on supported USB AVR models), device connections and disconnections, etc. as well as providing\r
+ *  easy to use macros for the management of the unified Endpoint/Pipe interrupt vector.\r
  *\r
  *  @{\r
  */\r
  *\r
  *  @{\r
  */\r
@@ -74,7 +70,7 @@
 \r
                        /** Disables the given USB interrupt vector.\r
                         *\r
 \r
                        /** Disables the given USB interrupt vector.\r
                         *\r
-                        *  \see USB_INT_Enable()\r
+                        *  \see \ref USB_INT_Enable()\r
                         */\r
                        #define USB_INT_Disable(int)             MACROS{ USB_INT_GET_EN_REG(int)   &= ~(USB_INT_GET_EN_MASK(int));  }MACROE\r
 \r
                         */\r
                        #define USB_INT_Disable(int)             MACROS{ USB_INT_GET_EN_REG(int)   &= ~(USB_INT_GET_EN_MASK(int));  }MACROE\r
 \r
                         *        which is not always accurate (host may suspend the bus while still connected). If the actual connection state\r
                         *        needs to be determined, VBUS should be routed to an external pin, and the auto-detect behaviour turned off by\r
                         *        passing the NO_LIMITED_CONTROLLER_CONNECT token to the compiler via the -D switch at compile time. The connection\r
                         *        which is not always accurate (host may suspend the bus while still connected). If the actual connection state\r
                         *        needs to be determined, VBUS should be routed to an external pin, and the auto-detect behaviour turned off by\r
                         *        passing the NO_LIMITED_CONTROLLER_CONNECT token to the compiler via the -D switch at compile time. The connection\r
-                        *        and disconnection events may be manually fired by RAISE_EVENT(), and the USB_IsConnected global changed manually.\r
+                        *        and disconnection events may be manually fired by \ref RAISE_EVENT(), and the USB_IsConnected global changed manually.\r
                         */\r
                        RAISES_EVENT(USB_Connect);\r
 \r
                         */\r
                        RAISES_EVENT(USB_Connect);\r
 \r
                         *        which is not always accurate (host may suspend the bus while still connected). If the actual connection state\r
                         *        needs to be determined, VBUS should be routed to an external pin, and the auto-detect behaviour turned off by\r
                         *        passing the NO_LIMITED_CONTROLLER_CONNECT token to the compiler via the -D switch at compile time. The connection\r
                         *        which is not always accurate (host may suspend the bus while still connected). If the actual connection state\r
                         *        needs to be determined, VBUS should be routed to an external pin, and the auto-detect behaviour turned off by\r
                         *        passing the NO_LIMITED_CONTROLLER_CONNECT token to the compiler via the -D switch at compile time. The connection\r
-                        *        and disconnection events may be manually fired by RAISE_EVENT(), and the USB_IsConnected global changed manually.\r
+                        *        and disconnection events may be manually fired by \ref RAISE_EVENT(), and the USB_IsConnected global changed manually.\r
                         */\r
                        RAISES_EVENT(USB_Disconnect);\r
 \r
                         */\r
                        RAISES_EVENT(USB_Disconnect);\r
 \r