STM32H735xx HAL User Manual
Functions
Health Test Control
RNG Exported Functions

Functions

__STATIC_INLINE void LL_RNG_SetHealthConfig (RNG_TypeDef *RNGx, uint32_t HTCFG)
 Set RNG Health Test Control.
__STATIC_INLINE uint32_t LL_RNG_GetHealthConfig (RNG_TypeDef *RNGx)
 Get RNG Health Test Control.

Function Documentation

__STATIC_INLINE uint32_t LL_RNG_GetHealthConfig ( RNG_TypeDef *  RNGx)

Get RNG Health Test Control.

Reference Manual to LL API cross reference:
HTCR HTCFG LL_RNG_GetHealthConfig
Parameters:
RNGxRNG Instance
Return values:
Return32-bit RNG Health Test configuration

Definition at line 639 of file stm32h7xx_ll_rng.h.

__STATIC_INLINE void LL_RNG_SetHealthConfig ( RNG_TypeDef *  RNGx,
uint32_t  HTCFG 
)

Set RNG Health Test Control.

Reference Manual to LL API cross reference:
HTCR HTCFG LL_RNG_SetHealthConfig
Parameters:
RNGxRNG Instance
HTCFGcan be values of 32 bits
Return values:
None

Definition at line 628 of file stm32h7xx_ll_rng.h.