STM32H735xx HAL User Manual
Functions
RNG_Ex_Exported_Functions_Group2
RNG_Ex Exported Functions

Recover from seed error function. More...

Functions

HAL_StatusTypeDef HAL_RNGEx_RecoverSeedError (RNG_HandleTypeDef *hrng)
 RNG sequence to recover from a seed error.

Detailed Description

Recover from seed error function.

 ===============================================================================
          ##### Configuration and lock functions #####
 ===============================================================================
    [..]  This section provide function allowing to:
      (+) Recover from a seed error


Function Documentation

HAL_StatusTypeDef HAL_RNGEx_RecoverSeedError ( RNG_HandleTypeDef hrng)

RNG sequence to recover from a seed error.

Parameters:
hrng,:pointer to a RNG_HandleTypeDef structure.
Return values:
HALstatus

Definition at line 305 of file stm32h7xx_hal_rng_ex.c.

References __RNG_HandleTypeDef::ErrorCode, HAL_RNG_ERROR_BUSY, HAL_RNG_STATE_BUSY, HAL_RNG_STATE_READY, RNG_RecoverSeedError(), and __RNG_HandleTypeDef::State.