summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_pssi.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_pssi.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_pssi.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_pssi.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_pssi.c
index e14f97f916..7ca7d5ad9f 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_pssi.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_pssi.c
@@ -153,6 +153,7 @@
*/
/** @defgroup PSSI PSSI
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief PSSI HAL module driver
* @{
*/
@@ -163,6 +164,7 @@
/* Private define ------------------------------------------------------------*/
/** @defgroup PSSI_Private_Define PSSI Private Define
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -177,6 +179,7 @@
/* Private function prototypes -----------------------------------------------*/
/** @defgroup PSSI_Private_Functions PSSI Private Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/* Private functions to handle DMA transfer */
@@ -199,10 +202,12 @@ static HAL_StatusTypeDef PSSI_WaitOnStatusUntilTimeout(PSSI_HandleTypeDef *hpssi
/* Exported functions --------------------------------------------------------*/
/** @defgroup PSSI_Exported_Functions PSSI Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup PSSI_Exported_Functions_Group1 Initialization and de-initialization functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Initialization and Configuration functions
*
@verbatim
@@ -563,6 +568,7 @@ HAL_StatusTypeDef HAL_PSSI_UnRegisterCallback(PSSI_HandleTypeDef *hpssi, HAL_PSS
*/
/** @defgroup PSSI_Exported_Functions_Group2 Input and Output operation functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Data transfers functions
*
@verbatim
@@ -1271,6 +1277,7 @@ HAL_StatusTypeDef HAL_PSSI_Abort_DMA(PSSI_HandleTypeDef *hpssi)
*/
/** @defgroup PSSI_Exported_Functions_Group3 IRQ Handler and Callbacks
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -1451,6 +1458,7 @@ __weak void HAL_PSSI_AbortCpltCallback(PSSI_HandleTypeDef *hpssi)
*/
/** @defgroup PSSI_Exported_Functions_Group4 Peripheral State, Mode and Error functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Peripheral State, Mode and Error functions
*
@verbatim