summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_hsem.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_hsem.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_hsem.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_hsem.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_hsem.c
index 1d17bacb86..95410829d6 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_hsem.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_hsem.c
@@ -92,6 +92,7 @@
*/
/** @defgroup HSEM HSEM
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HSEM HAL module driver
* @{
*/
@@ -102,6 +103,7 @@
/* Private define ------------------------------------------------------------*/
#if defined(DUAL_CORE)
/** @defgroup HSEM_Private_Constants HSEM Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -128,10 +130,12 @@
/* Exported functions --------------------------------------------------------*/
/** @defgroup HSEM_Exported_Functions HSEM Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup HSEM_Exported_Functions_Group1 Take and Release functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HSEM Take and Release functions
*
@verbatim
@@ -268,6 +272,7 @@ void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID)
*/
/** @defgroup HSEM_Exported_Functions_Group2 HSEM Set and Get Key functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HSEM Set and Get Key functions.
*
@verbatim
@@ -309,6 +314,7 @@ uint32_t HAL_HSEM_GetClearKey(void)
*/
/** @defgroup HSEM_Exported_Functions_Group3 HSEM IRQ handler management
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HSEM Notification functions.
*
@verbatim