summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_iwdg.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_iwdg.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_iwdg.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_iwdg.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_iwdg.h
index 895c33b914..48505032d0 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_iwdg.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_iwdg.h
@@ -32,11 +32,13 @@ extern "C" {
*/
/** @defgroup IWDG IWDG
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/* Exported types ------------------------------------------------------------*/
/** @defgroup IWDG_Exported_Types IWDG Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -73,10 +75,12 @@ typedef struct
/* Exported constants --------------------------------------------------------*/
/** @defgroup IWDG_Exported_Constants IWDG Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup IWDG_Prescaler IWDG Prescaler
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define IWDG_PRESCALER_4 0x00000000u /*!< IWDG prescaler set to 4 */
@@ -91,6 +95,7 @@ typedef struct
*/
/** @defgroup IWDG_Window_option IWDG Window option
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define IWDG_WINDOW_DISABLE IWDG_WINR_WIN
@@ -104,6 +109,7 @@ typedef struct
/* Exported macros -----------------------------------------------------------*/
/** @defgroup IWDG_Exported_Macros IWDG Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -128,10 +134,12 @@ typedef struct
/* Exported functions --------------------------------------------------------*/
/** @defgroup IWDG_Exported_Functions IWDG Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup IWDG_Exported_Functions_Group1 Initialization and Start functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/* Initialization/Start functions ********************************************/
@@ -141,6 +149,7 @@ HAL_StatusTypeDef HAL_IWDG_Init(IWDG_HandleTypeDef *hiwdg);
*/
/** @defgroup IWDG_Exported_Functions_Group2 IO operation functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/* I/O operation functions ****************************************************/
@@ -155,6 +164,7 @@ HAL_StatusTypeDef HAL_IWDG_Refresh(IWDG_HandleTypeDef *hiwdg);
/* Private constants ---------------------------------------------------------*/
/** @defgroup IWDG_Private_Constants IWDG Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -172,6 +182,7 @@ HAL_StatusTypeDef HAL_IWDG_Refresh(IWDG_HandleTypeDef *hiwdg);
/* Private macros ------------------------------------------------------------*/
/** @defgroup IWDG_Private_Macros IWDG Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/