doxygen documenting

This commit is contained in:
hathach
2014-03-24 12:35:44 +07:00
parent cf60e374aa
commit a8406060d1
19 changed files with 29 additions and 71 deletions

View File

@@ -95,7 +95,7 @@ enum ehci_queue_element_type_{
EHCI_QUEUE_ELEMENT_FSTN ///< 3
};
/// TBD
/// EHCI PID
enum tusb_pid_{
EHCI_PID_OUT = 0 ,
EHCI_PID_IN ,

View File

@@ -36,7 +36,7 @@
*/
/**************************************************************************/
/** \ingroup Group_USBH
/** \ingroup group_usbh
* \defgroup Group_HCD Host Controller Driver (HCD)
* @{ */

View File

@@ -36,12 +36,11 @@
*/
/**************************************************************************/
/** \defgroup Group_USBH USB Host Driver (USBH)
* \brief TBD
/** \defgroup group_usbh USB Host Driver (USBH)
* @{ */
#ifndef _TUSB_USBD_HOST_H_
#define _TUSB_USBD_HOST_H_
#ifndef _TUSB_USBH_H_
#define _TUSB_USBH_H_
#ifdef __cplusplus
extern "C" {
@@ -112,6 +111,6 @@ tusb_error_t usbh_control_xfer_subtask(uint8_t dev_addr, uint8_t bmRequestType,
}
#endif
#endif /* _TUSB_USBD_HOST_H_ */
#endif /* _TUSB_USBH_H_ */
/** @} */

View File

@@ -37,9 +37,6 @@
/**************************************************************************/
/** \ingroup Group_HCD
* @{
* \defgroup TBD
* \brief TBD
* @{ */
#ifndef _TUSB_USBH_HCD_H_

View File

@@ -36,12 +36,8 @@
*/
/**************************************************************************/
/** \ingroup TBD
* \defgroup TBD
* \brief TBD
*
* @{
*/
/** \ingroup group_usbh
* @{ */
#ifndef _TUSB_USBH_HUB_H_
#define _TUSB_USBH_HUB_H_