summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_cryp.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-26 08:13:52 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-26 08:21:46 +0100
commitfe58f6ce4bf1ff5e92d64b9fee0cb46b6ac06e64 (patch)
tree8b7d53b172d70fd9f78f400515b73e1d2c4f8e1e /bsps/arm/stm32h7/hal/stm32h7xx_hal_cryp.c
parentspec/a53: Set conditionally failing test state (diff)
downloadrtems-fe58f6ce4bf1ff5e92d64b9fee0cb46b6ac06e64.tar.bz2
bsp/stm32h7: Add and use BSP Doxygen group
Update #3910.
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_cryp.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_cryp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_cryp.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_cryp.c
index abf8584a2c..612658a2f6 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_cryp.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_cryp.c
@@ -273,6 +273,7 @@
#if defined (CRYP)
/** @defgroup CRYP CRYP
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief CRYP HAL module driver.
* @{
*/
@@ -371,11 +372,13 @@ static HAL_StatusTypeDef CRYP_TDES_Process(CRYP_HandleTypeDef *hcryp, uint32_t T
/* Exported functions ---------------------------------------------------------*/
/** @defgroup CRYP_Exported_Functions CRYP Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup CRYP_Exported_Functions_Group1 Initialization and de-initialization functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief CRYP Initialization and Configuration functions.
*
@verbatim
@@ -866,6 +869,7 @@ HAL_StatusTypeDef HAL_CRYP_UnRegisterCallback(CRYP_HandleTypeDef *hcryp, HAL_CRY
*/
/** @defgroup CRYP_Exported_Functions_Group2 Encrypt Decrypt functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief CRYP processing functions.
*
@verbatim
@@ -1667,6 +1671,7 @@ HAL_StatusTypeDef HAL_CRYP_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint32_t *Inpu
*/
/** @defgroup CRYP_Exported_Functions_Group3 CRYP IRQ handler management
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief CRYP IRQ handler.
*
@verbatim