STM32H735xx HAL User Manual
Defines | Functions
stm32h7xx_hal_rng_ex.c File Reference

Extended RNG HAL module driver. This file provides firmware functions to manage the following functionalities of the Random Number Generator (RNG) peripheral: + Lock configuration functions + Reset the RNG. More...

#include "stm32h7xx_hal.h"

Go to the source code of this file.

Defines

#define RNG_HTCFG_1   0x17590ABCU
#define RNG_HTCFG   0x00007274U
#define RNG_TIMEOUT_VALUE   2U

Functions

HAL_StatusTypeDef HAL_RNGEx_SetConfig (RNG_HandleTypeDef *hrng, RNG_ConfigTypeDef *pConf)
 Configure the RNG with the specified parameters in the RNG_ConfigTypeDef.
HAL_StatusTypeDef HAL_RNGEx_GetConfig (RNG_HandleTypeDef *hrng, RNG_ConfigTypeDef *pConf)
 Get the RNG Configuration and fill parameters in the RNG_ConfigTypeDef.
HAL_StatusTypeDef HAL_RNGEx_LockConfig (RNG_HandleTypeDef *hrng)
 RNG current configuration lock.
HAL_StatusTypeDef HAL_RNGEx_RecoverSeedError (RNG_HandleTypeDef *hrng)
 RNG sequence to recover from a seed error.

Detailed Description

Extended RNG HAL module driver. This file provides firmware functions to manage the following functionalities of the Random Number Generator (RNG) peripheral: + Lock configuration functions + Reset the RNG.

Author:
MCD Application Team
Attention:

Copyright (c) 2017 STMicroelectronics. All rights reserved.

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.

Definition in file stm32h7xx_hal_rng_ex.c.