#[repr(C)]
pub struct TRNG90B { pub bytes: BYTES, pub rccutoff: RCCUTOFF, pub apcutoff: APCUTOFF, pub startup: STARTUP, pub rosc1: ROSC1, pub rosc2: ROSC2, pub rosc3: ROSC3, pub rosc4: ROSC4, }
Expand description

Register block

Fields

bytes: BYTES

0x00 - Amount of bytes for the required entropy bits

rccutoff: RCCUTOFF

0x04 - Repetition counter cutoff

apcutoff: APCUTOFF

0x08 - Adaptive proportion cutoff

startup: STARTUP

0x0c - Amount of bytes for the startup tests

rosc1: ROSC1

0x10 - Sample count for ring oscillator 1

rosc2: ROSC2

0x14 - Sample count for ring oscillator 2

rosc3: ROSC3

0x18 - Sample count for ring oscillator 3

rosc4: ROSC4

0x1c - Sample count for ring oscillator 4

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.