STM32L4xx_HAL_Driver  1.14.0

Functions

__STATIC_INLINE uint32_t LL_RNG_ReadRandData32 (RNG_TypeDef *RNGx)
 Return32-bit Random Number value DR RNDATA LL_RNG_ReadRandData32. More...
 

Detailed Description

Function Documentation

◆ LL_RNG_ReadRandData32()

__STATIC_INLINE uint32_t LL_RNG_ReadRandData32 ( RNG_TypeDef *  RNGx)

Return32-bit Random Number value DR RNDATA LL_RNG_ReadRandData32.

Parameters
RNGxRNG Instance
Return values
Generated32-bit random value

Definition at line 368 of file stm32l4xx_ll_rng.h.

369 {
370  return (uint32_t)(READ_REG(RNGx->DR));
371 }