update to CubeMX 6.14.0, FW_H7 1.12.1

This commit is contained in:
2025-04-01 23:59:23 +02:00
parent 5c441a87cd
commit 4ed2283fc9
280 changed files with 16378 additions and 6476 deletions

View File

@ -34,19 +34,19 @@ extern "C" {
#if defined(RNG)
#if defined(RNG_CR_CONDRST)
/** @defgroup RNG_Ex RNG_Ex
/** @defgroup RNGEx RNGEx
* @brief RNG Extension HAL module driver
* @{
*/
/* Exported types ------------------------------------------------------------*/
/** @defgroup RNG_Ex_Exported_Types RNG_Ex Exported Types
* @brief RNG_Ex Exported types
/** @defgroup RNGEx_Exported_Types RNGEx Exported Types
* @brief RNGEx Exported types
* @{
*/
/**
* @brief RNG_Ex Configuration Structure definition
* @brief RNGEx Configuration Structure definition
*/
typedef struct
@ -55,9 +55,9 @@ typedef struct
uint32_t Config2; /*!< Config2 must be a value between 0 and 0x7 */
uint32_t Config3; /*!< Config3 must be a value between 0 and 0xF */
uint32_t ClockDivider; /*!< Clock Divider factor.This parameter can
be a value of @ref RNG_Ex_Clock_Divider_Factor */
be a value of @ref RNGEx_Clock_Divider_Factor */
uint32_t NistCompliance; /*!< NIST compliance.This parameter can be a
value of @ref RNG_Ex_NIST_Compliance */
value of @ref RNGEx_NIST_Compliance */
} RNG_ConfigTypeDef;
/**
@ -65,11 +65,11 @@ typedef struct
*/
/* Exported constants --------------------------------------------------------*/
/** @defgroup RNG_Ex_Exported_Constants RNG_Ex Exported Constants
/** @defgroup RNGEx_Exported_Constants RNGEx Exported Constants
* @{
*/
/** @defgroup RNG_Ex_Clock_Divider_Factor Value used to configure an internal
/** @defgroup RNGEx_Clock_Divider_Factor Value used to configure an internal
* programmable divider acting on the incoming RNG clock
* @{
*/
@ -108,7 +108,7 @@ typedef struct
* @}
*/
/** @defgroup RNG_Ex_NIST_Compliance NIST Compliance configuration
/** @defgroup RNGEx_NIST_Compliance NIST Compliance configuration
* @{
*/
#define RNG_NIST_COMPLIANT (0x00000000UL) /*!< NIST compliant configuration*/
@ -123,7 +123,7 @@ typedef struct
*/
/* Private types -------------------------------------------------------------*/
/** @defgroup RNG_Ex_Private_Types RNG_Ex Private Types
/** @defgroup RNGEx_Private_Types RNGEx Private Types
* @{
*/
@ -132,7 +132,7 @@ typedef struct
*/
/* Private variables ---------------------------------------------------------*/
/** @defgroup RNG_Ex_Private_Variables RNG_Ex Private Variables
/** @defgroup RNGEx_Private_Variables RNGEx Private Variables
* @{
*/
@ -141,7 +141,7 @@ typedef struct
*/
/* Private constants ---------------------------------------------------------*/
/** @defgroup RNG_Ex_Private_Constants RNG_Ex Private Constants
/** @defgroup RNGEx_Private_Constants RNGEx Private Constants
* @{
*/
@ -150,7 +150,7 @@ typedef struct
*/
/* Private macros ------------------------------------------------------------*/
/** @defgroup RNG_Ex_Private_Macros RNG_Ex Private Macros
/** @defgroup RNGEx_Private_Macros RNGEx Private Macros
* @{
*/
@ -187,7 +187,7 @@ typedef struct
*/
/* Private functions ---------------------------------------------------------*/
/** @defgroup RNG_Ex_Private_Functions RNG_Ex Private Functions
/** @defgroup RNGEx_Private_Functions RNGEx Private Functions
* @{
*/
@ -196,11 +196,11 @@ typedef struct
*/
/* Exported functions --------------------------------------------------------*/
/** @addtogroup RNG_Ex_Exported_Functions
/** @addtogroup RNGEx_Exported_Functions
* @{
*/
/** @addtogroup RNG_Ex_Exported_Functions_Group1
/** @addtogroup RNGEx_Exported_Functions_Group1
* @{
*/
HAL_StatusTypeDef HAL_RNGEx_SetConfig(RNG_HandleTypeDef *hrng, const RNG_ConfigTypeDef *pConf);
@ -211,7 +211,7 @@ HAL_StatusTypeDef HAL_RNGEx_LockConfig(RNG_HandleTypeDef *hrng);
* @}
*/
/** @addtogroup RNG_Ex_Exported_Functions_Group2
/** @addtogroup RNGEx_Exported_Functions_Group2
* @{
*/
HAL_StatusTypeDef HAL_RNGEx_RecoverSeedError(RNG_HandleTypeDef *hrng);