Struct HealthOsc3Cr
#[repr(transparent)]pub struct HealthOsc3Cr(pub u32);Expand description
HEALTH_OSC3_CR register.
Tuple Fields§
§0: u32Implementations§
§impl HealthOsc3Cr
impl HealthOsc3Cr
pub const fn repet_cutoff_osc3(&self) -> u8
pub const fn repet_cutoff_osc3(&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_osc3(&mut self, val: u8)
pub fn set_repet_cutoff_osc3(&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_osc3(&self) -> u16
pub const fn adap_cutoff_osc3(&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_osc3(&mut self, val: u16)
pub fn set_adap_cutoff_osc3(&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 HealthOsc3Cr
impl Clone for HealthOsc3Cr
§fn clone(&self) -> HealthOsc3Cr
fn clone(&self) -> HealthOsc3Cr
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 HealthOsc3Cr
impl Debug for HealthOsc3Cr
§impl Default for HealthOsc3Cr
impl Default for HealthOsc3Cr
§fn default() -> HealthOsc3Cr
fn default() -> HealthOsc3Cr
Returns the “default value” for a type. Read more
§impl PartialEq for HealthOsc3Cr
impl PartialEq for HealthOsc3Cr
impl Copy for HealthOsc3Cr
impl Eq for HealthOsc3Cr
impl StructuralPartialEq for HealthOsc3Cr
Auto Trait Implementations§
impl Freeze for HealthOsc3Cr
impl RefUnwindSafe for HealthOsc3Cr
impl Send for HealthOsc3Cr
impl Sync for HealthOsc3Cr
impl Unpin for HealthOsc3Cr
impl UnwindSafe for HealthOsc3Cr
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