STM32F439xx HAL User Manual
Functions
RNG Configuration functions
RNG Exported Functions

Functions

__STATIC_INLINE void LL_RNG_Enable (RNG_TypeDef *RNGx)
 Enable Random Number Generation.
__STATIC_INLINE void LL_RNG_Disable (RNG_TypeDef *RNGx)
 Disable Random Number Generation.
__STATIC_INLINE uint32_t LL_RNG_IsEnabled (RNG_TypeDef *RNGx)
 Check if Random Number Generator is enabled.

Function Documentation

__STATIC_INLINE void LL_RNG_Disable ( RNG_TypeDef *  RNGx)

Disable Random Number Generation.

Reference Manual to LL API cross reference:
CR RNGEN LL_RNG_Disable
Parameters:
RNGxRNG Instance
Return values:
None

Definition at line 153 of file stm32f4xx_ll_rng.h.

__STATIC_INLINE void LL_RNG_Enable ( RNG_TypeDef *  RNGx)

Enable Random Number Generation.

Reference Manual to LL API cross reference:
CR RNGEN LL_RNG_Enable
Parameters:
RNGxRNG Instance
Return values:
None

Definition at line 142 of file stm32f4xx_ll_rng.h.

__STATIC_INLINE uint32_t LL_RNG_IsEnabled ( RNG_TypeDef *  RNGx)

Check if Random Number Generator is enabled.

Reference Manual to LL API cross reference:
CR RNGEN LL_RNG_IsEnabled
Parameters:
RNGxRNG Instance
Return values:
Stateof bit (1 or 0).

Definition at line 164 of file stm32f4xx_ll_rng.h.