1.22.22.7 1.23.21.7 1.24.18.7 RNG_PrngEnable Function
C
void RNG_PrngEnable (void);
Summary
Enables the PRNG block inside the RNG peripheral
Description
This function triggers PRNG to generate a pseudo-random number using the configured parameters.
Precondition
RNG_Initialize must have been called before using this function.
Parameters
None.
Returns
None.
Example
RNG_PrngEnable();
Remarks
The RNG_PrngDisable() function can be used to stop the PRNG operation.