summaryrefslogtreecommitdiff
path: root/tinyusb/host
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/host')
-rw-r--r--tinyusb/host/ehci/ehci.h10
-rw-r--r--tinyusb/host/hcd.h18
2 files changed, 9 insertions, 19 deletions
diff --git a/tinyusb/host/ehci/ehci.h b/tinyusb/host/ehci/ehci.h
index ea1d6bdf6..dbb05ee9b 100644
--- a/tinyusb/host/ehci/ehci.h
+++ b/tinyusb/host/ehci/ehci.h
@@ -36,13 +36,8 @@
*/
/**************************************************************************/
-/** \file
- * \brief EHCI
- *
- * \note TBD
- */
-
-/** \ingroup Group_HCD
+/** \ingroup Port_HCD
+ * @{
* \defgroup EHCI
* \brief EHCI driver. All documents sources mentioned here (eg section 3.5) is referring to EHCI Specs unless state otherwise
*
@@ -483,4 +478,5 @@ tusb_error_t hcd_controller_reset(uint8_t hostid) ATTR_WARN_UNUSED_RESULT;
#endif /* _TUSB_EHCI_H_ */
/** @} */
+/** @} */
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h
index 816afd3a3..34e89fea4 100644
--- a/tinyusb/host/hcd.h
+++ b/tinyusb/host/hcd.h
@@ -36,28 +36,21 @@
*/
/**************************************************************************/
-/** \file
- * \brief Host Controller Driver
- *
- * \note TBD
- */
-
-/**
- * \defgroup Group_HCD Host Controller Driver
- * \brief Host Controller Driver
- *
+/** \addtogroup Port Port
+ * @{
+ * \defgroup Port_HCD Host Controller Driver (HCD)
* @{
*/
#ifndef _TUSB_HCD_H_
#define _TUSB_HCD_H_
+#include "common/common.h"
+
#ifdef __cplusplus
extern "C" {
#endif
-#include "common/common.h"
-
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF
//--------------------------------------------------------------------+
@@ -126,3 +119,4 @@ void hcd_port_unplug(uint8_t hostid); // called by usbh to instruct hcd that it
#endif /* _TUSB_HCD_H_ */
/// @}
+/// @}