From ed49240a1103a94ce065fba83fb65d498e0f91f8 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 25 Mar 2014 14:58:43 +0700 Subject: [PATCH] doxygen --- tinyusb/doxygen/configuration.txt | 2 +- tinyusb/tusb_option.h | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tinyusb/doxygen/configuration.txt b/tinyusb/doxygen/configuration.txt index 3821dce8..d39954a8 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 0cfb4ae4..e4169d4c 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