1.22.22.12 1.23.21.12 1.24.18.12 RNG_Poly2Set Function
C
void RNG_Poly2Set (uint32_t poly);
Summary
Loads a value into the RNGPOLY2 register.
Description
The polynomial equation for PRNG is set via the RNGPOLYx registers. Use this function to set the polynomial.
Precondition
None.
Parameters
Value to be loaded into RNGPOLY2 register.
Returns
None.
Example
RNG_Poly2Set(0x00000003);
Remarks
None.