summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_dma.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_dma.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_dma.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_dma.h
index 36d553b0a6..0f86c57123 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_dma.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_dma.h
@@ -39,6 +39,7 @@
/* Exported types ------------------------------------------------------------*/
/** @defgroup DMA_Exported_Types DMA Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA Exported Types
* @{
*/
@@ -187,11 +188,13 @@ typedef struct __DMA_HandleTypeDef
/* Exported constants --------------------------------------------------------*/
/** @defgroup DMA_Exported_Constants DMA Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA Exported constants
* @{
*/
/** @defgroup DMA_Error_Code DMA Error Code
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA Error Code
* @{
*/
@@ -212,6 +215,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_Request_selection DMA Request selection
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA Request selection
* @{
*/
@@ -421,6 +425,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_Data_transfer_direction DMA Data transfer direction
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA data transfer direction
* @{
*/
@@ -432,6 +437,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_Peripheral_incremented_mode DMA Peripheral incremented mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA peripheral incremented mode
* @{
*/
@@ -442,6 +448,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_Memory_incremented_mode DMA Memory incremented mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA memory incremented mode
* @{
*/
@@ -452,6 +459,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_Peripheral_data_size DMA Peripheral data size
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA peripheral data size
* @{
*/
@@ -463,6 +471,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_Memory_data_size DMA Memory data size
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA memory data size
* @{
*/
@@ -474,6 +483,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_mode DMA mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA mode
* @{
*/
@@ -487,6 +497,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_Priority_level DMA Priority level
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA priority levels
* @{
*/
@@ -499,6 +510,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_FIFO_direct_mode DMA FIFO direct mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA FIFO direct mode
* @{
*/
@@ -509,6 +521,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_FIFO_threshold_level DMA FIFO threshold level
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA FIFO level
* @{
*/
@@ -521,6 +534,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_Memory_burst DMA Memory burst
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA memory burst
* @{
*/
@@ -533,6 +547,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_Peripheral_burst DMA Peripheral burst
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA peripheral burst
* @{
*/
@@ -545,6 +560,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_interrupt_enable_definitions DMA interrupt enable definitions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA interrupts definition
* @{
*/
@@ -558,6 +574,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup DMA_flag_definitions DMA flag definitions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA flag definitions
* @{
*/
@@ -586,6 +603,7 @@ typedef struct __DMA_HandleTypeDef
*/
/** @defgroup BDMA_flag_definitions BDMA flag definitions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief BDMA flag definitions
* @{
*/
@@ -632,6 +650,7 @@ typedef struct __DMA_HandleTypeDef
/* Exported macro ------------------------------------------------------------*/
/** @defgroup DMA_Exported_Macros DMA Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -1142,11 +1161,13 @@ typedef struct __DMA_HandleTypeDef
/* Exported functions --------------------------------------------------------*/
/** @defgroup DMA_Exported_Functions DMA Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA Exported functions
* @{
*/
/** @defgroup DMA_Exported_Functions_Group1 Initialization and de-initialization functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Initialization and de-initialization functions
* @{
*/
@@ -1157,6 +1178,7 @@ HAL_StatusTypeDef HAL_DMA_DeInit(DMA_HandleTypeDef *hdma);
*/
/** @defgroup DMA_Exported_Functions_Group2 I/O operation functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief I/O operation functions
* @{
*/
@@ -1174,6 +1196,7 @@ HAL_StatusTypeDef HAL_DMA_UnRegisterCallback(DMA_HandleTypeDef *hdma, HAL_DMA_Ca
*/
/** @defgroup DMA_Exported_Functions_Group3 Peripheral State functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Peripheral State functions
* @{
*/
@@ -1187,6 +1210,7 @@ uint32_t HAL_DMA_GetError(DMA_HandleTypeDef *hdma);
*/
/* Private Constants -------------------------------------------------------------*/
/** @defgroup DMA_Private_Constants DMA Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA private defines and constants
* @{
*/
@@ -1196,6 +1220,7 @@ uint32_t HAL_DMA_GetError(DMA_HandleTypeDef *hdma);
/* Private macros ------------------------------------------------------------*/
/** @defgroup DMA_Private_Macros DMA Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA private macros
* @{
*/
@@ -1266,6 +1291,7 @@ uint32_t HAL_DMA_GetError(DMA_HandleTypeDef *hdma);
/* Private functions ---------------------------------------------------------*/
/** @defgroup DMA_Private_Functions DMA Private Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief DMA private functions
* @{
*/