Struct nrf52840_pac::ficr::trng90b::TRNG90B

source ·
#[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§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.