![]() |
STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
|
Get 32 bit Random number function. More...
Functions | |
| uint32_t | RNG_GetRandomNumber (void) |
| Returns a 32-bit random number. More... | |
Get 32 bit Random number function.
===============================================================================
Get 32 bit Random number function
===============================================================================
This section provides a function allowing to get the 32 bit Random number
@note Before to call this function you have to wait till DRDY flag is set,
using RNG_GetFlagStatus(RNG_FLAG_DRDY) function. | uint32_t RNG_GetRandomNumber | ( | void | ) |
Returns a 32-bit random number.
| None |
| 32-bit | random number. |