diff options
| author | hathach <[email protected]> | 2014-03-23 19:00:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-23 19:00:54 +0700 |
| commit | cf60e374aa60507457a193bf12385f9e0f41f035 (patch) | |
| tree | 12c7da3a114c8a796658fcd1b6e388d8e65b1c6b /tinyusb/common/std_request.h | |
| parent | a8d32d81b37274642179b6ebafcf501eb57fe75c (diff) | |
doxygen clean up
Diffstat (limited to 'tinyusb/common/std_request.h')
| -rw-r--r-- | tinyusb/common/std_request.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/tinyusb/common/std_request.h b/tinyusb/common/std_request.h index dd48b737c..0ace160c4 100644 --- a/tinyusb/common/std_request.h +++ b/tinyusb/common/std_request.h @@ -36,12 +36,8 @@ */
/**************************************************************************/
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
+/** \ingroup group_usb_definitions
+ * @{ */
#ifndef _TUSB_STD_REQUEST_H_
#define _TUSB_STD_REQUEST_H_
@@ -53,9 +49,9 @@ typedef ATTR_PACKED_STRUCT(struct){
union {
ATTR_PACKED_STRUCT(struct) {
- uint8_t recipient : 5; /**< Recipient type tusb_std_request_recipient_t. */
- uint8_t type : 2; /**< Request type tusb_control_request_type_t. */
- uint8_t direction : 1; /**< Direction type. tusb_direction_t */
+ uint8_t recipient : 5; ///< Recipient type tusb_std_request_recipient_t.
+ uint8_t type : 2; ///< Request type tusb_control_request_type_t.
+ uint8_t direction : 1; ///< Direction type. tusb_direction_t
} bmRequestType_bit;
uint8_t bmRequestType;
};
|
