summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_pcd.h
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2023-07-21 14:24:09 +0200
committerKarel Gardas <karel@functional.vision>2023-07-31 15:15:10 +0200
commitba8ac65929f9e82892d44779a3c37d4cfea14ec7 (patch)
tree0606d24aa7ae7ec806837f2e67c70833ae0c58ee /bsps/arm/stm32h7/include/stm32h7xx_hal_pcd.h
parentbsps/stm32h7: workaround compilation issue with libbsd (diff)
downloadrtems-ba8ac65929f9e82892d44779a3c37d4cfea14ec7.tar.bz2
bsp/stm32h7: Add and use BSP Doxygen group
Inspired by: commit fe58f6ce4bf1ff5e92d64b9fee0cb46b6ac06e64 Author: Sebastian Huber <sebastian.huber@embedded-brains.de> Date: Thu Nov 26 08:13:52 2020 +0100 bsp/stm32h7: Add and use BSP Doxygen group Update #3910.
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_pcd.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_pcd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_pcd.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_pcd.h
index c622c97d26..9f7478029d 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_pcd.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_pcd.h
@@ -39,6 +39,7 @@ extern "C" {
/* Exported types ------------------------------------------------------------*/
/** @defgroup PCD_Exported_Types PCD Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -146,10 +147,12 @@ typedef struct
/* Exported constants --------------------------------------------------------*/
/** @defgroup PCD_Exported_Constants PCD Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup PCD_Speed PCD Speed
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PCD_SPEED_HIGH USBD_HS_SPEED
@@ -160,6 +163,7 @@ typedef struct
*/
/** @defgroup PCD_PHY_Module PCD PHY Module
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PCD_PHY_ULPI 1U
@@ -170,6 +174,7 @@ typedef struct
*/
/** @defgroup PCD_Error_Code_definition PCD Error Code definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief PCD Error Code definition
* @{
*/
@@ -187,6 +192,7 @@ typedef struct
/* Exported macros -----------------------------------------------------------*/
/** @defgroup PCD_Exported_Macros PCD Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief macros to handle interrupts and specific clock configurations
* @{
*/
@@ -236,6 +242,7 @@ void HAL_PCD_MspDeInit(PCD_HandleTypeDef *hpcd);
#if (USE_HAL_PCD_REGISTER_CALLBACKS == 1U)
/** @defgroup HAL_PCD_Callback_ID_enumeration_definition HAL USB OTG PCD Callback ID enumeration definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HAL USB OTG PCD Callback ID enumeration definition
* @{
*/
@@ -258,6 +265,7 @@ typedef enum
*/
/** @defgroup HAL_PCD_Callback_pointer_definition HAL USB OTG PCD Callback pointer definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HAL USB OTG PCD Callback pointer definition
* @{
*/
@@ -375,9 +383,11 @@ PCD_StateTypeDef HAL_PCD_GetState(PCD_HandleTypeDef *hpcd);
/* Private constants ---------------------------------------------------------*/
/** @defgroup PCD_Private_Constants PCD Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup USB_EXTI_Line_Interrupt USB EXTI line interrupt
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#if defined (USB_OTG_FS) || defined (USB_OTG_HS)
@@ -421,6 +431,7 @@ PCD_StateTypeDef HAL_PCD_GetState(PCD_HandleTypeDef *hpcd);
/* Private macros ------------------------------------------------------------*/
/** @defgroup PCD_Private_Macros PCD Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/