#[repr(transparent)]pub struct RngBistCntr0(pub u32);
Expand description
Collected BIST results.
Tuple Fields§
§0: u32
Implementations§
Source§impl RngBistCntr0
impl RngBistCntr0
Sourcepub const fn rosc_cntr_val(&self) -> u32
pub const fn rosc_cntr_val(&self) -> u32
Reflects the results of RNG BIST counter.
Sourcepub fn set_rosc_cntr_val(&mut self, val: u32)
pub fn set_rosc_cntr_val(&mut self, val: u32)
Reflects the results of RNG BIST counter.
Sourcepub fn set_reserved(&mut self, val: u16)
pub fn set_reserved(&mut self, val: u16)
RESERVED
Trait Implementations§
Source§impl Clone for RngBistCntr0
impl Clone for RngBistCntr0
Source§fn clone(&self) -> RngBistCntr0
fn clone(&self) -> RngBistCntr0
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 RngBistCntr0
impl Debug for RngBistCntr0
Source§impl Default for RngBistCntr0
impl Default for RngBistCntr0
Source§fn default() -> RngBistCntr0
fn default() -> RngBistCntr0
Returns the “default value” for a type. Read more
Source§impl PartialEq for RngBistCntr0
impl PartialEq for RngBistCntr0
impl Copy for RngBistCntr0
impl Eq for RngBistCntr0
impl StructuralPartialEq for RngBistCntr0
Auto Trait Implementations§
impl Freeze for RngBistCntr0
impl RefUnwindSafe for RngBistCntr0
impl Send for RngBistCntr0
impl Sync for RngBistCntr0
impl Unpin for RngBistCntr0
impl UnwindSafe for RngBistCntr0
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