summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_ospi.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_ospi.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_ospi.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_ospi.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_ospi.c
index 6036974978..ab62817851 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_ospi.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_ospi.c
@@ -244,6 +244,7 @@
*/
/** @defgroup OSPI OSPI
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief OSPI HAL module driver
* @{
*/
@@ -290,10 +291,12 @@ static HAL_StatusTypeDef OSPIM_GetConfig (uint8_t instance_nb, OSP
/* Exported functions --------------------------------------------------------*/
/** @defgroup OSPI_Exported_Functions OSPI Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup OSPI_Exported_Functions_Group1 Initialization/de-initialization functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Initialization and Configuration functions
*
@verbatim
@@ -518,6 +521,7 @@ __weak void HAL_OSPI_MspDeInit(OSPI_HandleTypeDef *hospi)
*/
/** @defgroup OSPI_Exported_Functions_Group2 Input and Output operation functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief OSPI Transmit/Receive functions
*
@verbatim
@@ -2178,6 +2182,7 @@ HAL_StatusTypeDef HAL_OSPI_UnRegisterCallback (OSPI_HandleTypeDef *hospi, HAL_OS
*/
/** @defgroup OSPI_Exported_Functions_Group3 Peripheral Control and State functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief OSPI control and State functions
*
@verbatim
@@ -2417,6 +2422,7 @@ uint32_t HAL_OSPI_GetState(OSPI_HandleTypeDef *hospi)
*/
/** @defgroup OSPI_Exported_Functions_Group4 IO Manager configuration function
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief OSPI IO Manager configuration function
*
@verbatim