pub struct R(_);
Expand description

Register CONTROL reader

Implementations

Bit 0 - TRNG Module Enable

Bit 2 - Test Enable

Bit 3 - Conditioning Bypass

Bit 4 - Interrupt Enable for Repetition Count Test Failure

Bit 5 - Interrupt Enable for Adaptive Proportion Test Failure (64-sample Window)

Bit 6 - Interrupt Enable for Adaptive Proportion Test Failure (4096-sample Window)

Bit 7 - Interrupt Enable for FIFO Full

Bit 8 - Software Reset

Bit 9 - Interrupt enable for AIS31 preliminary noise alarm

Bit 10 - Interrupt enable for AIS31 noise alarm

Bit 11 - Oscillator Force Run

Bit 12 - NIST Start-up Test Bypass.

Bit 13 - AIS31 Start-up Test Bypass.

Methods from Deref<Target = R<CONTROL_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

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.