summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_hcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_hcd.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_hcd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_hcd.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_hcd.h
index 7c853ca50f..042304f846 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_hcd.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_hcd.h
@@ -38,10 +38,12 @@ extern "C" {
/* Exported types ------------------------------------------------------------*/
/** @defgroup HCD_Exported_Types HCD Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup HCD_Exported_Types_Group1 HCD State Structure definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
typedef enum
@@ -63,6 +65,7 @@ typedef USB_OTG_HCStateTypeDef HCD_HCStateTypeDef;
*/
/** @defgroup HCD_Exported_Types_Group2 HCD Handle Structure definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#if (USE_HAL_HCD_REGISTER_CALLBACKS == 1U)
@@ -101,10 +104,12 @@ typedef struct
/* Exported constants --------------------------------------------------------*/
/** @defgroup HCD_Exported_Constants HCD Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup HCD_Speed HCD Speed
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HCD_SPEED_HIGH USBH_HS_SPEED
@@ -115,6 +120,7 @@ typedef struct
*/
/** @defgroup HCD_Device_Speed HCD Device Speed
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HCD_DEVICE_SPEED_HIGH 0U
@@ -125,6 +131,7 @@ typedef struct
*/
/** @defgroup HCD_PHY_Module HCD PHY Module
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HCD_PHY_ULPI 1U
@@ -134,6 +141,7 @@ typedef struct
*/
/** @defgroup HCD_Error_Code_definition HCD Error Code definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HCD Error Code definition
* @{
*/
@@ -151,6 +159,7 @@ typedef struct
/* Exported macro ------------------------------------------------------------*/
/** @defgroup HCD_Exported_Macros HCD Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief macros to handle interrupts and specific clock configurations
* @{
*/
@@ -181,6 +190,7 @@ typedef struct
*/
/** @defgroup HCD_Exported_Functions_Group1 Initialization and de-initialization functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
HAL_StatusTypeDef HAL_HCD_Init(HCD_HandleTypeDef *hhcd);
@@ -195,6 +205,7 @@ void HAL_HCD_MspDeInit(HCD_HandleTypeDef *hhcd);
#if (USE_HAL_HCD_REGISTER_CALLBACKS == 1U)
/** @defgroup HAL_HCD_Callback_ID_enumeration_definition HAL USB OTG HCD Callback ID enumeration definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HAL USB OTG HCD Callback ID enumeration definition
* @{
*/
@@ -215,6 +226,7 @@ typedef enum
*/
/** @defgroup HAL_HCD_Callback_pointer_definition HAL USB OTG HCD Callback pointer definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HAL USB OTG HCD Callback pointer definition
* @{
*/
@@ -294,6 +306,7 @@ uint32_t HAL_HCD_GetCurrentSpeed(HCD_HandleTypeDef *hhcd);
/* Private macros ------------------------------------------------------------*/
/** @defgroup HCD_Private_Macros HCD Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**