HAL
HAL_RNG_ErrorCallback() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_RNG_ErrorCallback() function

RNG error callbacks.

Syntax

void HAL_RNG_ErrorCallback(RNG_HandleTypeDef *hrng);
Implemented in stm32f4xx_hal_rng.c:792

Arguments

hrng

pointer to a RNG_HandleTypeDef structure that contains the configuration information for RNG.

Return value

None

References

LocationReferrerText
stm32f4xx_hal_rng.c:792
__weak void HAL_RNG_ErrorCallback(RNG_HandleTypeDef *hrng)
stm32f4xx_hal_rng.h:310
void HAL_RNG_ErrorCallback(RNG_HandleTypeDef *hrng);
stm32f4xx_hal_rng.c:722HAL_RNG_IRQHandler()
HAL_RNG_ErrorCallback(hrng);

Call Tree

Functions calling HAL_RNG_ErrorCallback()
all items filtered out
HAL_RNG_ErrorCallback()
Data read by HAL_RNG_ErrorCallback()
all items filtered out
HAL_RNG_ErrorCallback()