Dmitry Filimonchuk преди 5 години
родител
ревизия
aeda058c6e
променени са 4 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 1 1
      inc/hid_usage_device.h
  2. 1 2
      inc/hid_usage_game.h
  3. 1 1
      inc/hid_usage_led.h
  4. 5 4
      inc/usbd_core.h

+ 1 - 1
inc/hid_usage_device.h

@@ -30,6 +30,6 @@
 #define HID_DEVICE_SECURITY_CHAR_ENT   0x24    /**<\brief OSC Code character entered.*/
 #define HID_DEVICE_SECURITY_CHAR_ERA   0x25    /**<\brief OSC Code character erased.*/
 #define HID_DEVICE_SCURITY_CODE_CLR    0x26    /**<\brief OSC Security code cleared.*/
-
+/** @} */
 #endif
 

+ 1 - 2
inc/hid_usage_game.h

@@ -53,7 +53,6 @@
 #define HID_GAME_GUN_SAFETY             0x36
 #define HID_GAME_GANEPAD_FIRE_JUMP      0x37
 #define HID_GAME_GAMEPAD_TRIGGER        0x38
-
-
+/** @} */
 #endif
 

+ 1 - 1
inc/hid_usage_led.h

@@ -102,6 +102,6 @@
 #define HID_LED_GENERIC_INDICATOR       0x4B
 #define HID_LED_SYSTEM_SUSPEND          0x4C
 #define HID_LED_EXT_POWER_CONNECTED     0x4D
-
+/** @} */
 #endif
 

+ 5 - 4
inc/usbd_core.h

@@ -34,13 +34,13 @@
 #define USBD_USE_EXT_ULPI   /**<\brief Enables external ULPI interface for OTGHS */
 #define USB_PMA_SIZE        /**<\brief PMA memoty size in bytes. Adjust this for
                               * the devices that shares PMA memory with CAN in case
-                              * of both USB and CAN in use to avoid data corruption.
+                              * of both USB and CAN in use to avoid data corruption. */
 /** @} */
 #endif
 
 /**\addtogroup USBD_HW USB hardware driver
- * \brief Contains HW driver API
  * @{ */
+
 /**\anchor USB_EVENTS
  * \name USB device events
  * @{ */
@@ -53,7 +53,7 @@
 #define usbd_evt_epsetup    6   /**<\brief Setup packet received.*/
 #define usbd_evt_error      7   /**<\brief Data error.*/
 #define usbd_evt_count      8
-/** @} */
+/** @}*/
 
 /**\anchor USB_LANES_STATUS
  * \name USB lanes connection states
@@ -106,7 +106,8 @@
 #if !defined(__ASSEMBLER__)
 #include <stdbool.h>
 
-/**\brief USB device machine states.*/
+/** @brief USB device machine states
+ */
 enum usbd_machine_state {
     usbd_state_disabled,
     usbd_state_disconnected,