summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-25 14:58:43 +0700
committerhathach <[email protected]>2014-03-25 14:58:43 +0700
commited49240a1103a94ce065fba83fb65d498e0f91f8 (patch)
treecdf2eccd7287e7f9c6396dff634a4bf79ff320c2 /tinyusb
parent45aef4c04c0ec7627780a135594d361c94256956 (diff)
doxygen
Diffstat (limited to 'tinyusb')
-rw-r--r--tinyusb/doxygen/configuration.txt2
-rw-r--r--tinyusb/tusb_option.h18
2 files changed, 10 insertions, 10 deletions
diff --git a/tinyusb/doxygen/configuration.txt b/tinyusb/doxygen/configuration.txt
index 3821dce8b..d39954a81 100644
--- a/tinyusb/doxygen/configuration.txt
+++ b/tinyusb/doxygen/configuration.txt
@@ -6,7 +6,7 @@
//--------------------------------------------------------------------+
/// \brief tell the stack which mode (host/device/otg) the usb controller0 will be operated on. Possible value is
-/// from \ref TUSB_MODE. Note the hardware usb controller must support the selected mode.
+/// from \ref group_mode. Note the hardware usb controller must support the selected mode.
#define TUSB_CFG_CONTROLLER_0_MODE
/** USB controller in MCU often has limited access to specific RAM section. The Stack will use this macro to place internal variables
diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h
index 0cfb4ae4a..e4169d4cc 100644
--- a/tinyusb/tusb_option.h
+++ b/tinyusb/tusb_option.h
@@ -48,13 +48,13 @@
/** \defgroup group_mcu Supported MCU
* \ref TUSB_CFG_MCU must be defined to one of these
* @{ */
-#define MCU_LPC13UXX 1 ///< NXP LPC13xx 12 bit ADC family with USB on-chip Rom Driver (not supported yet)
-#define MCU_LPC13XX 2 ///< NXP LPC13xx 10 bit ADC family
-#define MCU_LPC11UXX 3 ///< NXP LPC11Uxx family
-#define MCU_LPC43XX 4 ///< NXP LPC43xx family
-#define MCU_LPC18XX 5 ///< NXP LPC18xx family (not supported yet)
-#define MCU_LPC175X_6X 6 ///< NXP LPC175x, LPC176x family
-#define MCU_LPC177X_8X 7 ///< NXP LPC177x, LPC178x family (not supported yet)
+#define MCU_LPC11UXX 1 ///< NXP LPC11Uxx family
+#define MCU_LPC13XX 2 ///< NXP LPC13xx (not supported yet)
+#define MCU_LPC13UXX 3 ///< NXP LPC13xx 12 bit ADC family
+#define MCU_LPC175X_6X 4 ///< NXP LPC175x, LPC176x family
+#define MCU_LPC177X_8X 5 ///< NXP LPC177x, LPC178x family (not supported yet)
+#define MCU_LPC18XX 6 ///< NXP LPC18xx family (not supported yet)
+#define MCU_LPC43XX 7 ///< NXP LPC43xx family
/** @} */
#include "mcu_capacity.h"
@@ -65,13 +65,13 @@
#include TUSB_CFG_CONFIG_FILE
-/** \ingroup group_configuration
+/** \addtogroup group_configuration
* @{ */
//--------------------------------------------------------------------+
// CONTROLLER
//--------------------------------------------------------------------+
-/** \defgroup TUSB_MODE Host/Device Mode Selection
+/** \defgroup group_mode Controller Mode Selection
* \brief TUSB_CFG_CONTROLLER_N_MODE must be defined with these
* @{ */
#define TUSB_MODE_HOST 0x02 ///< Host Mode