diff options
| author | hathach <[email protected]> | 2014-03-24 12:35:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-24 12:35:44 +0700 |
| commit | a8406060d1037ede08b48d628947d3ad98aeecd7 (patch) | |
| tree | 202318dddf8e6021fbb29589d348e1a8054f4eec /tinyusb/host | |
| parent | cf60e374aa60507457a193bf12385f9e0f41f035 (diff) | |
doxygen documenting
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/ehci/ehci.h | 2 | ||||
| -rw-r--r-- | tinyusb/host/hcd.h | 2 | ||||
| -rw-r--r-- | tinyusb/host/usbh.h | 9 | ||||
| -rw-r--r-- | tinyusb/host/usbh_hcd.h | 3 | ||||
| -rw-r--r-- | tinyusb/host/usbh_hub.h | 8 |
5 files changed, 8 insertions, 16 deletions
diff --git a/tinyusb/host/ehci/ehci.h b/tinyusb/host/ehci/ehci.h index b6500d31f..7b3ddfaac 100644 --- a/tinyusb/host/ehci/ehci.h +++ b/tinyusb/host/ehci/ehci.h @@ -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 , diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index eacda4257..0515f7a92 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -36,7 +36,7 @@ */
/**************************************************************************/
-/** \ingroup Group_USBH
+/** \ingroup group_usbh
* \defgroup Group_HCD Host Controller Driver (HCD)
* @{ */
diff --git a/tinyusb/host/usbh.h b/tinyusb/host/usbh.h index efddfbeb9..87ceff66b 100644 --- a/tinyusb/host/usbh.h +++ b/tinyusb/host/usbh.h @@ -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_ */ /** @} */ diff --git a/tinyusb/host/usbh_hcd.h b/tinyusb/host/usbh_hcd.h index bdeb04713..92b2663f9 100644 --- a/tinyusb/host/usbh_hcd.h +++ b/tinyusb/host/usbh_hcd.h @@ -37,9 +37,6 @@ /**************************************************************************/ /** \ingroup Group_HCD - * @{ - * \defgroup TBD - * \brief TBD * @{ */ #ifndef _TUSB_USBH_HCD_H_ diff --git a/tinyusb/host/usbh_hub.h b/tinyusb/host/usbh_hub.h index c1337f928..c6a8716e5 100644 --- a/tinyusb/host/usbh_hub.h +++ b/tinyusb/host/usbh_hub.h @@ -36,12 +36,8 @@ */ /**************************************************************************/ -/** \ingroup TBD - * \defgroup TBD - * \brief TBD - * - * @{ - */ +/** \ingroup group_usbh + * @{ */ #ifndef _TUSB_USBH_HUB_H_ #define _TUSB_USBH_HUB_H_ |
