summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_flash.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_flash.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_flash.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_flash.h
index a4773b5b0f..83080031fa 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_flash.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_flash.h
@@ -36,6 +36,7 @@
/* Exported types ------------------------------------------------------------*/
/** @defgroup FLASH_Exported_Types FLASH Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -82,10 +83,12 @@ typedef struct
/* Exported constants --------------------------------------------------------*/
/** @defgroup FLASH_Exported_Constants FLASH Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup FLASH_Error_Code FLASH Error Code
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief FLASH Error Code
* @{
*/
@@ -136,6 +139,7 @@ typedef struct
*/
/** @defgroup FLASH_Type_Program FLASH Type Program
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define FLASH_TYPEPROGRAM_FLASHWORD 0x01U /*!< Program a flash word at a specified address */
@@ -147,6 +151,7 @@ typedef struct
*/
/** @defgroup FLASH_Flag_definition FLASH Flag definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Flag definition
* @{
*/
@@ -249,6 +254,7 @@ typedef struct
*/
/** @defgroup FLASH_Interrupt_definition FLASH Interrupt definition
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief FLASH Interrupt definition
* @{
*/
@@ -319,6 +325,7 @@ typedef struct
#if defined (FLASH_CR_PSIZE)
/** @defgroup FLASH_Program_Parallelism FLASH Program Parallelism
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define FLASH_PSIZE_BYTE 0x00000000U /*!< Flash program/erase by 8 bits */
@@ -332,6 +339,7 @@ typedef struct
/** @defgroup FLASH_Keys FLASH Keys
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define FLASH_KEY1 0x45670123U
@@ -343,6 +351,7 @@ typedef struct
*/
/** @defgroup FLASH_Sectors FLASH Sectors
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define FLASH_SECTOR_0 0U /*!< Sector Number 0 */
@@ -485,6 +494,7 @@ typedef struct
/* Exported macro ------------------------------------------------------------*/
/** @defgroup FLASH_Exported_Macros FLASH Exported Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**
@@ -754,6 +764,7 @@ uint32_t HAL_FLASH_GetError(void);
/* Private types -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/** @defgroup FLASH_Private_Variables FLASH Private Variables
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
extern FLASH_ProcessTypeDef pFlash;
@@ -762,6 +773,7 @@ extern FLASH_ProcessTypeDef pFlash;
*/
/* Private constants ---------------------------------------------------------*/
/** @defgroup FLASH_Private_Constants FLASH Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -771,6 +783,7 @@ extern FLASH_ProcessTypeDef pFlash;
/* Private macros ------------------------------------------------------------*/
/** @defgroup FLASH_Private_Macros FLASH Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -836,6 +849,7 @@ extern FLASH_ProcessTypeDef pFlash;
*/
/* Private functions ---------------------------------------------------------*/
/** @defgroup FLASH_Private_Functions FLASH Private functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
HAL_StatusTypeDef FLASH_WaitForLastOperation(uint32_t Timeout, uint32_t Bank);