mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
doxygen
This commit is contained in:
parent
45aef4c04c
commit
ed49240a11
@ -6,7 +6,7 @@
|
|||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
|
|
||||||
/// \brief tell the stack which mode (host/device/otg) the usb controller0 will be operated on. Possible value is
|
/// \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
|
#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
|
/** USB controller in MCU often has limited access to specific RAM section. The Stack will use this macro to place internal variables
|
||||||
|
@ -48,13 +48,13 @@
|
|||||||
/** \defgroup group_mcu Supported MCU
|
/** \defgroup group_mcu Supported MCU
|
||||||
* \ref TUSB_CFG_MCU must be defined to one of these
|
* \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_LPC11UXX 1 ///< NXP LPC11Uxx family
|
||||||
#define MCU_LPC13XX 2 ///< NXP LPC13xx 10 bit ADC family
|
#define MCU_LPC13XX 2 ///< NXP LPC13xx (not supported yet)
|
||||||
#define MCU_LPC11UXX 3 ///< NXP LPC11Uxx family
|
#define MCU_LPC13UXX 3 ///< NXP LPC13xx 12 bit ADC family
|
||||||
#define MCU_LPC43XX 4 ///< NXP LPC43xx family
|
#define MCU_LPC175X_6X 4 ///< NXP LPC175x, LPC176x family
|
||||||
#define MCU_LPC18XX 5 ///< NXP LPC18xx family (not supported yet)
|
#define MCU_LPC177X_8X 5 ///< NXP LPC177x, LPC178x family (not supported yet)
|
||||||
#define MCU_LPC175X_6X 6 ///< NXP LPC175x, LPC176x family
|
#define MCU_LPC18XX 6 ///< NXP LPC18xx family (not supported yet)
|
||||||
#define MCU_LPC177X_8X 7 ///< NXP LPC177x, LPC178x family (not supported yet)
|
#define MCU_LPC43XX 7 ///< NXP LPC43xx family
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#include "mcu_capacity.h"
|
#include "mcu_capacity.h"
|
||||||
@ -65,13 +65,13 @@
|
|||||||
|
|
||||||
#include TUSB_CFG_CONFIG_FILE
|
#include TUSB_CFG_CONFIG_FILE
|
||||||
|
|
||||||
/** \ingroup group_configuration
|
/** \addtogroup group_configuration
|
||||||
* @{ */
|
* @{ */
|
||||||
|
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
// CONTROLLER
|
// 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
|
* \brief TUSB_CFG_CONTROLLER_N_MODE must be defined with these
|
||||||
* @{ */
|
* @{ */
|
||||||
#define TUSB_MODE_HOST 0x02 ///< Host Mode
|
#define TUSB_MODE_HOST 0x02 ///< Host Mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user