HAL + 0/18 examples
CodeScope will show references to HAL_RNG_Init() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
Applications
mbedTLS
Examples
RNG
STM32F412G-Discovery
Demonstrations
Examples
RNG
STM32F413H-Discovery
Demonstrations
Examples
RNG
STM324x9I_EVAL
Applications
mbedTLS
Examples
RNG
STM324xG_EVAL
Applications
mbedTLS
Examples
RNG
STM32F412ZG-Nucleo
Examples
RNG
STM32F413ZH-Nucleo
Examples
RNG
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...

HAL_RNG_Init() function

Initializes the RNG peripheral and creates the associated handle.

Arguments

hrng

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

Return value

HAL status

Examples

HAL_RNG_Init() is referenced by 18 libraries and example projects.

References

LocationText
stm32f4xx_hal_rng.c:155
HAL_StatusTypeDef HAL_RNG_Init(RNG_HandleTypeDef *hrng)
stm32f4xx_hal_rng.h:279