summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_hash_ex.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_hash_ex.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_hash_ex.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_hash_ex.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_hash_ex.c
index 13939d6151..0f8b177139 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_hash_ex.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_hash_ex.c
@@ -93,6 +93,7 @@
#if defined (HASH)
/** @defgroup HASHEx HASHEx
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HASH HAL extended module driver.
* @{
*/
@@ -103,10 +104,12 @@
/** @defgroup HASHEx_Exported_Functions HASH Extended Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup HASHEx_Exported_Functions_Group1 HASH extended processing functions in polling mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HASH extended processing functions using polling mode.
*
@verbatim
@@ -253,6 +256,7 @@ HAL_StatusTypeDef HAL_HASHEx_SHA256_Accmlt_End(HASH_HandleTypeDef *hhash, uint8_
*/
/** @defgroup HASHEx_Exported_Functions_Group2 HASH extended processing functions in interrupt mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HASH extended processing functions using interrupt mode.
*
@verbatim
@@ -384,6 +388,7 @@ HAL_StatusTypeDef HAL_HASHEx_SHA256_Accmlt_End_IT(HASH_HandleTypeDef *hhash, uin
*/
/** @defgroup HASHEx_Exported_Functions_Group3 HASH extended processing functions in DMA mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HASH extended processing functions using DMA mode.
*
@verbatim
@@ -480,6 +485,7 @@ HAL_StatusTypeDef HAL_HASHEx_SHA256_Finish(HASH_HandleTypeDef *hhash, uint8_t* p
*/
/** @defgroup HASHEx_Exported_Functions_Group4 HMAC extended processing functions in polling mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HMAC extended processing functions using polling mode.
*
@verbatim
@@ -541,6 +547,7 @@ HAL_StatusTypeDef HAL_HMACEx_SHA256_Start(HASH_HandleTypeDef *hhash, uint8_t *pI
/** @defgroup HASHEx_Exported_Functions_Group5 HMAC extended processing functions in interrupt mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HMAC extended processing functions using interruption mode.
*
@verbatim
@@ -603,6 +610,7 @@ HAL_StatusTypeDef HAL_HMACEx_SHA256_Start_IT(HASH_HandleTypeDef *hhash, uint8_t
/** @defgroup HASHEx_Exported_Functions_Group6 HMAC extended processing functions in DMA mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HMAC extended processing functions using DMA mode.
*
@verbatim
@@ -681,6 +689,7 @@ HAL_StatusTypeDef HAL_HMACEx_SHA256_Start_DMA(HASH_HandleTypeDef *hhash, uint8_t
*/
/** @defgroup HASHEx_Exported_Functions_Group7 Multi-buffer HMAC extended processing functions in DMA mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief HMAC extended processing functions in multi-buffer DMA mode.
*
@verbatim