1.2.26.1 1.4.27.1 1.6.26.1 1.9.24.1 1.32.30.1 1.38.26.1 1.39.22.1 1.40.25.1 TRNG_Initialize Function
C
void TRNG_Initialize (void);
Summary
Initializes TRNG module of the device
Description
This function initializes TRNG module of the device with the values configured in MHC GUI.
Precondition
None.
Parameters
None.
Returns
None.
Example
TRNG_Initialize();
Remarks
This function must be called only once and before any other TRNG function is called. This is taken care in initialization.c.