summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal.h b/bsps/arm/stm32h7/include/stm32h7xx_hal.h
index 2ee957c352..9ca9d4db1f 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal.h
@@ -39,6 +39,7 @@
/* Exported types ------------------------------------------------------------*/
/** @defgroup HAL_TICK_FREQ Tick Frequency
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
typedef enum
@@ -55,6 +56,7 @@ typedef enum
/* Exported constants --------------------------------------------------------*/
/** @defgroup REV_ID device revision ID
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define REV_ID_Y ((uint32_t)0x1003) /*!< STM32H7 rev.Y */
@@ -67,6 +69,7 @@ typedef enum
*/
/** @defgroup SYSCFG_VREFBUF_VoltageScale VREFBUF Voltage Scale
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define SYSCFG_VREFBUF_VOLTAGE_SCALE0 VREFBUF_CSR_VRS_OUT2 /*!< Voltage reference scale 0 (VREF_OUT2) */
@@ -86,6 +89,7 @@ typedef enum
*/
/** @defgroup SYSCFG_VREFBUF_HighImpedance VREFBUF High Impedance
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define SYSCFG_VREFBUF_HIGH_IMPEDANCE_DISABLE ((uint32_t)0x00000000) /*!< VREF_plus pin is internally connected to Voltage reference buffer output */
@@ -102,6 +106,7 @@ typedef enum
#if !defined(SYSCFG_PMCR_BOOSTEN)
/** @defgroup SYSCFG_FastModePlus_GPIO Fast-mode Plus on GPIO
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -123,6 +128,7 @@ typedef enum
*/
/** @defgroup SYSCFG_Ethernet_Config Ethernet Config
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define SYSCFG_ETH_MII ((uint32_t)0x00000000) /*!< Select the Media Independent Interface */
@@ -137,6 +143,7 @@ typedef enum
/** @defgroup SYSCFG_Analog_Switch_Config Analog Switch Config
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define SYSCFG_SWITCH_PA0 SYSCFG_PMCR_PA0SO /*!< Select PA0 analog switch */
@@ -173,6 +180,7 @@ typedef enum
*/
/** @defgroup SYSCFG_Boot_Config Boot Config
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define SYSCFG_BOOT_ADDR0 ((uint32_t)0x00000000) /*!< Select Boot address0 */
@@ -189,6 +197,7 @@ typedef enum
/** @defgroup SYSCFG_IOCompenstionCell_Config IOCompenstionCell Config
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define SYSCFG_CELL_CODE ((uint32_t)0x00000000) /*!< Select Code from the cell */
@@ -207,6 +216,7 @@ typedef enum
/** @defgroup EXTI_Event_Input_Config Event Input Config
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -652,6 +662,7 @@ typedef enum
/** @defgroup FMC_SwapBankMapping_Config SwapBankMapping Config
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define FMC_SWAPBMAP_DISABLE (0x00000000U)
@@ -668,6 +679,7 @@ typedef enum
/* Exported macro ------------------------------------------------------------*/
/** @defgroup ART_Exported_Macros ART Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#if defined(DUAL_CORE)
@@ -693,6 +705,7 @@ typedef enum
*/
/** @defgroup SYSCFG_Exported_Macros SYSCFG Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -950,6 +963,7 @@ typedef enum
#endif /*DUAL_CORE*/
/** @defgroup HAL_Private_Macros HAL Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define IS_TICKFREQ(FREQ) (((FREQ) == HAL_TICK_FREQ_10HZ) || \