pub struct Rngcontrol { /* private fields */ }Expand description
Unspecified
Implementations§
Source§impl Rngcontrol
impl Rngcontrol
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn control(self) -> Reg<RngcontrolControl, RW>
pub const fn control(self) -> Reg<RngcontrolControl, RW>
Control register
Sourcepub const fn fifothreshold(self) -> Reg<Fifothreshold, RW>
pub const fn fifothreshold(self) -> Reg<Fifothreshold, RW>
FIFO threshold register.
Sourcepub const fn repeatthreshold(self) -> Reg<Repeatthreshold, RW>
pub const fn repeatthreshold(self) -> Reg<Repeatthreshold, RW>
Repetition test cut-off register.
Sourcepub const fn proptestcutoff(self) -> Reg<Proptestcutoff, RW>
pub const fn proptestcutoff(self) -> Reg<Proptestcutoff, RW>
Proportion test cut-off register.
Sourcepub const fn status(self) -> Reg<RngcontrolStatus, RW>
pub const fn status(self) -> Reg<RngcontrolStatus, RW>
Status register.
Sourcepub const fn warmupperiod(self) -> Reg<Warmupperiod, RW>
pub const fn warmupperiod(self) -> Reg<Warmupperiod, RW>
Number of clock cycles in warm-up sequence.
Sourcepub const fn disableosc(self) -> Reg<u32, RW>
pub const fn disableosc(self) -> Reg<u32, RW>
DisableOsc register.
Sourcepub const fn samplingperiod(self) -> Reg<Samplingperiod, RW>
pub const fn samplingperiod(self) -> Reg<Samplingperiod, RW>
Number of clock cycles between sampling moments.
Sourcepub const fn hwconfig(self) -> Reg<RngcontrolHwconfig, RW>
pub const fn hwconfig(self) -> Reg<RngcontrolHwconfig, RW>
Hardware configuration register.
Sourcepub const fn cooldownperiod(self) -> Reg<Cooldownperiod, RW>
pub const fn cooldownperiod(self) -> Reg<Cooldownperiod, RW>
Number of clock cycles in cool-down sequence.
Sourcepub const fn autocorrtestcutoff0(self) -> Reg<Autocorrtestcutoff0, RW>
pub const fn autocorrtestcutoff0(self) -> Reg<Autocorrtestcutoff0, RW>
AutoCorrTestCutoff register 0
Sourcepub const fn autocorrtestcutoff1(self) -> Reg<Autocorrtestcutoff1, RW>
pub const fn autocorrtestcutoff1(self) -> Reg<Autocorrtestcutoff1, RW>
AutoCorrTestCutoff register 1
Sourcepub const fn corrtestcutoff0(self) -> Reg<Corrtestcutoff0, RW>
pub const fn corrtestcutoff0(self) -> Reg<Corrtestcutoff0, RW>
CorrTestCutoff register 0
Sourcepub const fn corrtestcutoff1(self) -> Reg<Corrtestcutoff1, RW>
pub const fn corrtestcutoff1(self) -> Reg<Corrtestcutoff1, RW>
CorrTestCutoff register 1
Sourcepub const fn autocorrtestfailed(self) -> Reg<u32, RW>
pub const fn autocorrtestfailed(self) -> Reg<u32, RW>
Auto-correlation test failing ring(s).
Sourcepub const fn corrtestfailed(self) -> Reg<u32, RW>
pub const fn corrtestfailed(self) -> Reg<u32, RW>
Correlation test failing ring.
Trait Implementations§
Source§impl Clone for Rngcontrol
impl Clone for Rngcontrol
Source§fn clone(&self) -> Rngcontrol
fn clone(&self) -> Rngcontrol
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 PartialEq for Rngcontrol
impl PartialEq for Rngcontrol
impl Copy for Rngcontrol
impl Eq for Rngcontrol
impl Send for Rngcontrol
impl StructuralPartialEq for Rngcontrol
impl Sync for Rngcontrol
Auto Trait Implementations§
impl Freeze for Rngcontrol
impl RefUnwindSafe for Rngcontrol
impl Unpin for Rngcontrol
impl UnwindSafe for Rngcontrol
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)