summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_sd_ex.h
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/include/stm32h7xx_hal_sd_ex.h
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/include/stm32h7xx_hal_sd_ex.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_sd_ex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_sd_ex.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_sd_ex.h
index 4a5ff5ba8e..5c7cabfd56 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_sd_ex.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_sd_ex.h
@@ -39,10 +39,12 @@
/* Exported types ------------------------------------------------------------*/
/** @defgroup SDEx_Exported_Types SDEx Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup SDEx_Exported_Types_Group1 SD Card Internal DMA Buffer structure
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
typedef enum
@@ -64,10 +66,12 @@ typedef enum
/* Exported macro ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
/** @defgroup SDEx_Exported_Functions SDEx Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup SDEx_Exported_Functions_Group1 MultiBuffer functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
HAL_StatusTypeDef HAL_SDEx_ConfigDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t * pDataBuffer0, uint32_t * pDataBuffer1, uint32_t BufferSize);