add some doxygen work
finalize device disconnection & suspend
- suspend & resume & remote wake up is not supported yet
This commit is contained in:
hathach
2013-11-22 15:16:24 +07:00
parent d1ef89a154
commit 83f1d660ce
24 changed files with 219 additions and 236 deletions

View File

@@ -36,9 +36,6 @@
*/
/**************************************************************************/
/** \addtogroup ClassDriver_MSC
* @{ */
#ifndef _TUSB_MSC_HOST_H_
#define _TUSB_MSC_HOST_H_
@@ -50,7 +47,9 @@
extern "C" {
#endif
/** \defgroup MSC_Host Host
/** \addtogroup ClassDriver_MSC
* @{
* \defgroup MSC_Host Host
* The interface API includes status checking function, data transferring function and callback functions
* @{ */
//--------------------------------------------------------------------+