summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/stm32h7xx_ll_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_ll_utils.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_ll_utils.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_ll_utils.h b/bsps/arm/stm32h7/include/stm32h7xx_ll_utils.h
index ca336c268f..531ab60f3d 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_ll_utils.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_ll_utils.h
@@ -47,6 +47,7 @@ extern "C" {
*/
/** @defgroup UTILS_LL UTILS
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -55,6 +56,7 @@ extern "C" {
/* Private constants ---------------------------------------------------------*/
/** @defgroup UTILS_LL_Private_Constants UTILS Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -82,6 +84,7 @@ extern "C" {
/* Private macros ------------------------------------------------------------*/
/** @defgroup UTILS_LL_Private_Macros UTILS Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**
@@ -89,6 +92,7 @@ extern "C" {
*/
/* Exported types ------------------------------------------------------------*/
/** @defgroup UTILS_LL_ES_INIT UTILS Exported structures
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**
@@ -184,10 +188,12 @@ typedef struct
/* Exported constants --------------------------------------------------------*/
/** @defgroup UTILS_LL_Exported_Constants UTILS Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup UTILS_EC_HSE_BYPASS HSE Bypass activation
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define LL_UTILS_HSEBYPASS_OFF 0x00000000U /*!< HSE Bypass is not enabled */
@@ -197,6 +203,7 @@ typedef struct
*/
/** @defgroup UTILS_EC_PACKAGETYPE PACKAGE TYPE
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#if defined(SYSCFG_PKGR_PKG)
@@ -231,10 +238,12 @@ typedef struct
/* Exported functions --------------------------------------------------------*/
/** @defgroup UTILS_LL_Exported_Functions UTILS Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup UTILS_EF_DEVICE_ELECTRONIC_SIGNATURE DEVICE ELECTRONIC SIGNATURE
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -317,6 +326,7 @@ __STATIC_INLINE uint32_t LL_GetPackageType(void)
*/
/** @defgroup UTILS_LL_EF_DELAY DELAY
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -345,6 +355,7 @@ void LL_mDelay(uint32_t Delay);
*/
/** @defgroup UTILS_EF_SYSTEM SYSTEM
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/