STM32F4xx_HAL_Driver  1.8.3
RNG Configuration functions
+ Collaboration diagram for RNG Configuration functions:

Functions

__STATIC_INLINE void LL_RNG_Enable (RNG_TypeDef *RNGx)
 Enable Random Number Generation @rmtoll CR RNGEN LL_RNG_Enable. More...
 
__STATIC_INLINE void LL_RNG_Disable (RNG_TypeDef *RNGx)
 Disable Random Number Generation @rmtoll CR RNGEN LL_RNG_Disable. More...
 
__STATIC_INLINE uint32_t LL_RNG_IsEnabled (const RNG_TypeDef *RNGx)
 Check if Random Number Generator is enabled @rmtoll CR RNGEN LL_RNG_IsEnabled. More...
 

Detailed Description

Function Documentation

◆ LL_RNG_Disable()

__STATIC_INLINE void LL_RNG_Disable ( RNG_TypeDef *  RNGx)

Disable Random Number Generation @rmtoll CR RNGEN LL_RNG_Disable.

Parameters
RNGxRNG Instance
Return values
None

Definition at line 138 of file stm32f4xx_ll_rng.h.

◆ LL_RNG_Enable()

__STATIC_INLINE void LL_RNG_Enable ( RNG_TypeDef *  RNGx)

Enable Random Number Generation @rmtoll CR RNGEN LL_RNG_Enable.

Parameters
RNGxRNG Instance
Return values
None

Definition at line 127 of file stm32f4xx_ll_rng.h.

◆ LL_RNG_IsEnabled()

__STATIC_INLINE uint32_t LL_RNG_IsEnabled ( const RNG_TypeDef *  RNGx)

Check if Random Number Generator is enabled @rmtoll CR RNGEN LL_RNG_IsEnabled.

Parameters
RNGxRNG Instance
Return values
Stateof bit (1 or 0).

Definition at line 149 of file stm32f4xx_ll_rng.h.