pub struct W(_);
Expand description

Register CR writer

Implementations

Bit 2 - Random number generator enable

Bit 3 - Interrupt enable

Bit 5 - Clock error detection Note: The clock error detection can be used only when ck_rc48 or ck_pll1_q (ck_pll1_q = 48MHz) source is selected otherwise, CED bit must be equal to 1. The clock error detection cannot be enabled nor disabled on the fly when RNG peripheral is enabled, to enable or disable CED the RNG must be disabled.

Bits 8:11 - RNG configuration 3

Bit 12 - Non NIST compliant

Bits 13:15 - RNG configuration 2

Bits 16:19 - Clock divider factor

Bits 20:25 - RNG configuration 1

Bit 30 - Conditioning soft reset

Bit 31 - RNG Config Lock

Writes raw bits to the register.

Methods from Deref<Target = W<CR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.