summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_ramecc.h
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2023-07-19 18:04:28 +0200
committerKarel Gardas <karel@functional.vision>2023-07-31 15:15:09 +0200
commitf728eb4dc4e19fce942f4762882f9a2aa06087b9 (patch)
treed3d85d6d98c286580ffc2795543ffc2848eeff41 /bsps/arm/stm32h7/include/stm32h7xx_hal_ramecc.h
parentbsps/arm: fix nested extern decl. warnings brought by CMSIS files update (diff)
downloadrtems-f728eb4dc4e19fce942f4762882f9a2aa06087b9.tar.bz2
bsps/stm32h7: update STM32 H7 HAL
This patch updates STM32 H7 HAL source files. The files are taken from two STM projects from their github.com repositories: (i) https://github.com/STMicroelectronics/stm32h7xx_hal_driver.git The project files are still available under BSD-3 license and the version/commit used is: d5fc8d05fc16fa2a2a2f948cf6c6ab39e78358e1 which represents post Release v1.11.1 development tree. (ii) https://github.com/STMicroelectronics/cmsis_device_h7.git The project files were re-licensed from previous BSD-3 to Apache 2.0 license. Fortunately the project does not contain NOTICE file so no need to do anything special when used in RTEMS. The project version/commit imported is: 6d5ef249bec5177e0e2a0880ed62df2132874d99 which is code-wise Release v1.10.3 exactly.
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_ramecc.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_ramecc.h49
1 files changed, 15 insertions, 34 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_ramecc.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_ramecc.h
index d5721eeebb..37a90def9a 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_ramecc.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_ramecc.h
@@ -6,13 +6,12 @@
******************************************************************************
* @attention
*
- * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics.
- * All rights reserved.</center></h2>
+ * Copyright (c) 2017 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
@@ -39,7 +38,6 @@
/* Exported types ------------------------------------------------------------*/
/** @defgroup RAMECC_Exported_Types RAMECC Exported Types
- * @ingroup RTEMSBSPsARMSTM32H7
* @brief RAMECC Exported Types
* @{
*/
@@ -74,9 +72,10 @@ typedef struct __RAMECC_HandleTypeDef
/* Exported constants --------------------------------------------------------*/
-
+/** @defgroup RAMECC_Exported_Constants RAMECC Exported Constants
+ * @{
+ */
/** @defgroup RAMECC_Error_Codes RAMECC Error Codes
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define HAL_RAMECC_ERROR_NONE 0x00000000U /*!< RAMECC No Error */
@@ -88,7 +87,6 @@ typedef struct __RAMECC_HandleTypeDef
*/
/** @defgroup RAMECC_Interrupt RAMECC interrupts
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define RAMECC_IT_GLOBAL_ID 0x10000000UL
@@ -110,7 +108,6 @@ typedef struct __RAMECC_HandleTypeDef
*/
/** @defgroup RAMECC_FLAG RAMECC Monitor flags
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define RAMECC_FLAG_SINGLEERR_R RAMECC_SR_SEDCF
@@ -121,10 +118,12 @@ typedef struct __RAMECC_HandleTypeDef
/**
* @}
*/
+/**
+ * @}
+ */
/* Exported macro ------------------------------------------------------------*/
/** @defgroup RAMECC_Exported_Macros RAMECC Exported Macros
- * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -240,13 +239,11 @@ typedef struct __RAMECC_HandleTypeDef
/* Exported functions --------------------------------------------------------*/
/** @defgroup RAMECC_Exported_Functions RAMECC Exported Functions
- * @ingroup RTEMSBSPsARMSTM32H7
* @brief RAMECC Exported functions
* @{
*/
/** @defgroup RAMECC_Exported_Functions_Group1 Initialization and de-initialization functions
- * @ingroup RTEMSBSPsARMSTM32H7
* @brief Initialization and de-initialization functions
* @{
*/
@@ -257,7 +254,6 @@ HAL_StatusTypeDef HAL_RAMECC_DeInit (RAMECC_HandleTypeDef *hramecc);
*/
/** @defgroup RAMECC_Exported_Functions_Group2 monitoring operation functions
- * @ingroup RTEMSBSPsARMSTM32H7
* @brief monitoring operation functions
* @{
*/
@@ -272,9 +268,8 @@ HAL_StatusTypeDef HAL_RAMECC_UnRegisterCallback (RAMECC_HandleTypeDef *hramecc)
* @}
*/
-/** @defgroup RAMECC_Exported_Functions_Group3 Error informations functions
- * @ingroup RTEMSBSPsARMSTM32H7
- * @brief Error informations functions
+/** @defgroup RAMECC_Exported_Functions_Group3 Error information functions
+ * @brief Error information functions
* @{
*/
uint32_t HAL_RAMECC_GetFailingAddress (RAMECC_HandleTypeDef *hramecc);
@@ -287,9 +282,8 @@ uint32_t HAL_RAMECC_IsECCDoubleErrorDetected (RAMECC_HandleTypeDef *hramecc);
* @}
*/
-/** @defgroup RAMECC_Exported_Functions_Group3 Error informations functions
- * @ingroup RTEMSBSPsARMSTM32H7
- * @brief Error informations functions
+/** @defgroup RAMECC_Exported_Functions_Group4 State and Error Functions
+ * @brief State and Error Functions
* @{
*/
HAL_RAMECC_StateTypeDef HAL_RAMECC_GetState (RAMECC_HandleTypeDef *hramecc);
@@ -303,7 +297,6 @@ uint32_t HAL_RAMECC_GetError (RAMECC_HandleTypeDef *hramecc);
*/
/* Private Constants -------------------------------------------------------------*/
/** @defgroup RAMECC_Private_Constants RAMECC Private Constants
- * @ingroup RTEMSBSPsARMSTM32H7
* @brief RAMECC private defines and constants
* @{
*/
@@ -313,7 +306,6 @@ uint32_t HAL_RAMECC_GetError (RAMECC_HandleTypeDef *hramecc);
/* Private macros ------------------------------------------------------------*/
/** @defgroup RAMECC_Private_Macros RAMECC Private Macros
- * @ingroup RTEMSBSPsARMSTM32H7
* @brief RAMECC private macros
* @{
*/
@@ -337,14 +329,8 @@ uint32_t HAL_RAMECC_GetError (RAMECC_HandleTypeDef *hramecc);
* @}
*/
-/** @defgroup RAMECC_FLAG RAMECC Monitor flags
- * @ingroup RTEMSBSPsARMSTM32H7
- * @{
- */
-
/* Private functions ---------------------------------------------------------*/
/** @defgroup RAMECC_Private_Functions RAMECC Private Functions
- * @ingroup RTEMSBSPsARMSTM32H7
* @brief RAMECC private functions
* @{
*/
@@ -359,14 +345,9 @@ uint32_t HAL_RAMECC_GetError (RAMECC_HandleTypeDef *hramecc);
/**
* @}
*/
-
-/**
- * @}
- */
#ifdef __cplusplus
}
#endif
#endif /* STM32H7xx_HAL_RAMECC_H */
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/