1.22.22.11 1.23.21.11 1.24.18.11 RNG_Poly1Set Function
C
void RNG_Poly1Set (uint32_t poly);
Summary
Loads a value into the RNGPOLY1 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 RNGPOLY1 register.
Returns
None.
Example
RNG_Poly1Set(0x00C00003);
Remarks
None.