#[repr(transparent)]pub struct RngcontrolStatus(pub u32);Expand description
Status register.
Tuple Fields§
§0: u32Implementations§
Source§impl RngcontrolStatus
impl RngcontrolStatus
Sourcepub const fn testdatabusy(&self) -> bool
pub const fn testdatabusy(&self) -> bool
High when data written to TestData register is being processed.
Sourcepub const fn set_testdatabusy(&mut self, val: bool)
pub const fn set_testdatabusy(&mut self, val: bool)
High when data written to TestData register is being processed.
Sourcepub const fn set_repfail(&mut self, val: bool)
pub const fn set_repfail(&mut self, val: bool)
NIST repetition test(s) failure.
Sourcepub const fn set_propfail(&mut self, val: bool)
pub const fn set_propfail(&mut self, val: bool)
NIST proportion test(s) failure.
Sourcepub const fn anyhealthtestfail(&self) -> bool
pub const fn anyhealthtestfail(&self) -> bool
Any of the enabled health tests is failing.
Sourcepub const fn set_anyhealthtestfail(&mut self, val: bool)
pub const fn set_anyhealthtestfail(&mut self, val: bool)
Any of the enabled health tests is failing.
Sourcepub const fn set_fullint(&mut self, val: bool)
pub const fn set_fullint(&mut self, val: bool)
FIFO full status.
Sourcepub const fn startupfail(&self) -> bool
pub const fn startupfail(&self) -> bool
Start-up test(s) failure.
Sourcepub const fn set_startupfail(&mut self, val: bool)
pub const fn set_startupfail(&mut self, val: bool)
Start-up test(s) failure.
NIST Repetition test failure per share.
NIST Repetition test failure per share.
NIST Proportion test failure per share.
NIST Proportion test failure per share.
Sourcepub const fn conditioningistooslow(&self) -> bool
pub const fn conditioningistooslow(&self) -> bool
Conditioning consumes data slower than they are provided to it.
Sourcepub const fn set_conditioningistooslow(&mut self, val: bool)
pub const fn set_conditioningistooslow(&mut self, val: bool)
Conditioning consumes data slower than they are provided to it.
Trait Implementations§
Source§impl Clone for RngcontrolStatus
impl Clone for RngcontrolStatus
Source§fn clone(&self) -> RngcontrolStatus
fn clone(&self) -> RngcontrolStatus
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 RngcontrolStatus
impl Debug for RngcontrolStatus
Source§impl Default for RngcontrolStatus
impl Default for RngcontrolStatus
Source§fn default() -> RngcontrolStatus
fn default() -> RngcontrolStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for RngcontrolStatus
impl PartialEq for RngcontrolStatus
impl Copy for RngcontrolStatus
impl Eq for RngcontrolStatus
impl StructuralPartialEq for RngcontrolStatus
Auto Trait Implementations§
impl Freeze for RngcontrolStatus
impl RefUnwindSafe for RngcontrolStatus
impl Send for RngcontrolStatus
impl Sync for RngcontrolStatus
impl Unpin for RngcontrolStatus
impl UnwindSafe for RngcontrolStatus
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)