1.22.22.8 1.23.21.8 1.24.18.8 RNG_PrngDisable Function
C
void RNG_PrngDisable (void);
Summary
Disables the PRNG block inside the RNG peripheral
Description
Disables the operation of PRNG block inside the RNG peripheral.
Precondition
RNG_Initialize must have been called before using this function.
Parameters
None.
Returns
None.
Example
RNG_PrngDisable();
Remarks
None.