#[repr(C)]pub struct FICR_TRNG90B_Type {
pub BYTES: u32,
pub RCCUTOFF: u32,
pub APCUTOFF: u32,
pub STARTUP: u32,
pub ROSC1: u32,
pub ROSC2: u32,
pub ROSC3: u32,
pub ROSC4: u32,
}
Expand description
@brief FICR_TRNG90B [TRNG90B] (NIST800-90B RNG calibration data)
Fields§
§BYTES: u32
< (@ 0x00000000) Amount of bytes for the required entropy bits
RCCUTOFF: u32
< (@ 0x00000004) Repetition counter cutoff
APCUTOFF: u32
< (@ 0x00000008) Adaptive proportion cutoff
STARTUP: u32
< (@ 0x0000000C) Amount of bytes for the startup tests
ROSC1: u32
< (@ 0x00000010) Sample count for ring oscillator 1
ROSC2: u32
< (@ 0x00000014) Sample count for ring oscillator 2
ROSC3: u32
< (@ 0x00000018) Sample count for ring oscillator 3
ROSC4: u32
< (@ 0x0000001C) Sample count for ring oscillator 4
Trait Implementations§
Source§impl Clone for FICR_TRNG90B_Type
impl Clone for FICR_TRNG90B_Type
Source§fn clone(&self) -> FICR_TRNG90B_Type
fn clone(&self) -> FICR_TRNG90B_Type
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FICR_TRNG90B_Type
impl Debug for FICR_TRNG90B_Type
Source§impl Default for FICR_TRNG90B_Type
impl Default for FICR_TRNG90B_Type
Source§fn default() -> FICR_TRNG90B_Type
fn default() -> FICR_TRNG90B_Type
Returns the “default value” for a type. Read more
impl Copy for FICR_TRNG90B_Type
Auto Trait Implementations§
impl Freeze for FICR_TRNG90B_Type
impl RefUnwindSafe for FICR_TRNG90B_Type
impl Send for FICR_TRNG90B_Type
impl Sync for FICR_TRNG90B_Type
impl Unpin for FICR_TRNG90B_Type
impl UnwindSafe for FICR_TRNG90B_Type
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes