This commit is contained in:
hathach 2014-03-25 14:58:43 +07:00
parent 45aef4c04c
commit ed49240a11
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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