Struct HealthOsc1Cr
#[repr(transparent)]pub struct HealthOsc1Cr(pub u32);Expand description
HEALTH_OSC1_CR register.
Tuple Fields§
§0: u32Implementations§
§impl HealthOsc1Cr
impl HealthOsc1Cr
pub const fn repet_cutoff_osc1(&self) -> u8
pub const fn repet_cutoff_osc1(&self) -> u8
Cutoff value of Repetition Test. The default value is set to 51. Caution: To be handled with care as any change can lead to misbehavior of TRNG.
pub fn set_repet_cutoff_osc1(&mut self, val: u8)
pub fn set_repet_cutoff_osc1(&mut self, val: u8)
Cutoff value of Repetition Test. The default value is set to 51. Caution: To be handled with care as any change can lead to misbehavior of TRNG.
pub const fn adap_cutoff_osc1(&self) -> u16
pub const fn adap_cutoff_osc1(&self) -> u16
Cutoff value of Adaptive Test. The default value is set to 699. Caution: To be handled with care as any change can lead to misbehavior of TRNG.
pub fn set_adap_cutoff_osc1(&mut self, val: u16)
pub fn set_adap_cutoff_osc1(&mut self, val: u16)
Cutoff value of Adaptive Test. The default value is set to 699. Caution: To be handled with care as any change can lead to misbehavior of TRNG.
Trait Implementations§
§impl Clone for HealthOsc1Cr
impl Clone for HealthOsc1Cr
§fn clone(&self) -> HealthOsc1Cr
fn clone(&self) -> HealthOsc1Cr
Returns a duplicate 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 more§impl Debug for HealthOsc1Cr
impl Debug for HealthOsc1Cr
§impl Default for HealthOsc1Cr
impl Default for HealthOsc1Cr
§fn default() -> HealthOsc1Cr
fn default() -> HealthOsc1Cr
Returns the “default value” for a type. Read more
§impl PartialEq for HealthOsc1Cr
impl PartialEq for HealthOsc1Cr
impl Copy for HealthOsc1Cr
impl Eq for HealthOsc1Cr
impl StructuralPartialEq for HealthOsc1Cr
Auto Trait Implementations§
impl Freeze for HealthOsc1Cr
impl RefUnwindSafe for HealthOsc1Cr
impl Send for HealthOsc1Cr
impl Sync for HealthOsc1Cr
impl Unpin for HealthOsc1Cr
impl UnwindSafe for HealthOsc1Cr
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