Peripheral State functions.
More...
Peripheral State functions.
===============================================================================
##### Peripheral State functions #####
===============================================================================
[..]
This subsection permits to get in run-time the status of the peripheral
and the data flow.
◆ HAL_RNG_GetError()
uint32_t HAL_RNG_GetError |
( |
const RNG_HandleTypeDef * |
hrng | ) |
|
Return the RNG handle error code.
- Parameters
-
hrng | pointer to a RNG_HandleTypeDef structure. |
- Return values
-
Definition at line 836 of file stm32f4xx_hal_rng.c.
◆ HAL_RNG_GetState()
Returns the RNG state.
- Parameters
-
hrng | pointer to a RNG_HandleTypeDef structure that contains the configuration information for RNG. |
- Return values
-
Definition at line 826 of file stm32f4xx_hal_rng.c.