|
STM32H735xx HAL User Manual
|
Recover from seed error function. More...
Functions | |
| HAL_StatusTypeDef | HAL_RNGEx_RecoverSeedError (RNG_HandleTypeDef *hrng) |
| RNG sequence to recover from a seed error. | |
Recover from seed error function.
===============================================================================
##### Configuration and lock functions #####
===============================================================================
[..] This section provide function allowing to:
(+) Recover from a seed error
| HAL_StatusTypeDef HAL_RNGEx_RecoverSeedError | ( | RNG_HandleTypeDef * | hrng | ) |
RNG sequence to recover from a seed error.
| hrng,: | pointer to a RNG_HandleTypeDef structure. |
| HAL | status |
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.
1.7.6.1